/* Styles */ 

.split.sub-zone .content-zone {
    width: 48%;
}

.two-col-container.split.sub-zone {
    margin-top: 1.5em;
    margin-bottom: 1rem;
}
.split-content figure {
    width: 100%;
    position: relative;
    padding-bottom: 53%;
    height: 0;
    line-height: 1;
    overflow: hidden;
    z-index: -1;
}
.split-content figure img {
	position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    min-height: calc(100% + 1px);
    object-fit: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.split-content .content-cont {
	background-color: var(--white-color);
    padding: 1.555em .5em 1.555em 0em;
     margin-top: -2.8em;
    z-index: 2;
    width: 91%;
}

/* 800px Responsive */
@media screen and (max-width:800px){
	.split.sub-zone .content-zone {
	    width: 100%;
	}
}