.sidebyside {
    background: #fff;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    flex-flow: column;
    clear: both;
}
.col-container {
    display: flex;
    width: 100%;
}
.sidebyside .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center;
    /* align-items: flex-start; */
    width: 100%;
    float: none;
}
.sidebyside .col {
    width: 50%;
    position: relative;
    float: left;
    background-size: cover;
}
.img.col img {
    visibility: hidden;
}
.sidebyside .col .contents {
    padding: 50px 5%;
 } 
.mkdf-is-inner {
    margin: 0 auto;
    position: relative;
    /* width: 80%; */
    text-align: left;
    z-index: 1;
}
.h2-title {
    font-family: 'Blacker Pro Cond Dis Lt';
 }
.reverse-yes {
    flex-direction: row-reverse;
}
.Independent H3 {
    font-size: 2.52vw !important;
}
.inner-footer h2 {
     margin-bottom: 0;
 }
@media (max-width: 1023px) {
.sidebyside .col {
    float: none;
    flex: none;
    width: 100%;
    display: block;
}
	.Independent H3 {
    font-size: 20px !important;
}
.col-container {
    display: block;
    width: 100%;
}

}