.images-with-content{
    position: relative;
    overflow: hidden;
}
.images-with-content__content{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    z-index: 1;
}
.images-with-content__images{
    position: absolute;
    top:0;
    right:0;
    width: 42.7777%; /* 5/12 */
    padding: 0 0 0 20px;
    min-height: 100%;
}
.images-with-content__images.images-with-content__images-mobile {
    display: none !important;
}
.images-with-content__images-single{
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
    .images-with-content__images.images-with-content__images-desktop {
        display: none !important;
    }
    .images-with-content__images.images-with-content__images-mobile {
        display: block !important;
    }
}

/******************************/
/*    Sticky Image - TEMPLATE    */
/******************************/
.images-with-content.sticky_image .images-with-content__content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.images-with-content.sticky_image .images-with-content__text {
    padding-right: 20px;
}
.images-with-content.sticky_image .swiper-container {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
.images-with-content.sticky_image.image-left .images-with-content__images { 
    right: unset;
    left: 0;
    padding: 0 20px 0 0;
}
.images-with-content.sticky_image.image-left .images-with-content__content {
    justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
    .images-with-content.sticky_image {
        padding: 0 15px;
    }
    .images-with-content.sticky_image .images-with-content__content {
        width: 100% !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .images-with-content.sticky_image .images-with-content__content .vc_col-sm-7 {
        width: 100% !important;
    }
    .images-with-content.sticky_image .images-with-content__text,
    .images-with-content.sticky_image .images-with-content__images {
        width: 100%;
        padding: 0;
    }

    .images-with-content.sticky_image .images-with-content__images {
        display: none;
        width: 100% !important;
        position: relative;
    }

    .images-with-content.sticky_image .images-with-content__images-single {
        background-size: contain !important;
    }
}


/******************************/
/*    Inside Row with Background - TEMPLATE    */
/******************************/
.images-with-content-inside_row_with_background {
    padding: 24px;
}

.images-with-content-inside_row_with_background .images-with-content__content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.images-with-content-inside_row_with_background .images-with-content__text,
.images-with-content-inside_row_with_background .images-with-content__images {
    width: 50%;
}

.images-with-content-inside_row_with_background .images-with-content__text {
    padding-left: 18px;
}

.images-with-content-inside_row_with_background .images-with-content__images {
    position: static;
    padding-left: 20px;
}

.images-with-content-inside_row_with_background .images-with-content__images-single {
    position: static;
    margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
    .images-with-content-inside_row_with_background {
        padding: 16px;
    }

    .images-with-content-inside_row_with_background .images-with-content__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .images-with-content-inside_row_with_background .images-with-content__text,
    .images-with-content-inside_row_with_background .images-with-content__images {
        width: 100%;
    }

    .images-with-content-inside_row_with_background .images-with-content__text {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding-left: 0;
    }

    .images-with-content-inside_row_with_background .images-with-content__images {
        padding-left: 0;
        margin-bottom: 20px;
        height: 170px;
        overflow: hidden;
    }

    .images-with-content-inside_row_with_background .images-with-content__images-single {
        margin-bottom: 16px;
        background-position-y: top !important;
    }
}


/******************************/
/*    Map Container - TEMPLATE    */
/******************************/
.images-with-content-map_container {
    max-width: 404px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 22vw;
    right: 0;
    margin: 0;
    width: auto;
    display: -webkit-box;    
    display: -ms-flexbox;    
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.images-with-content-map_container .images-with-content__inner-container {
    position: absolute;
    width: 404px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.images-with-content-map_container .images-with-content__content {
    width: 100%;
    display: block;
    padding: 15px;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.1);
}

.images-with-content-map_container .images-with-content__images {
    position: static;
    height: 216px;
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
}

.images-with-content-map_container .images-with-content__images-single{
    position: relative;
}

.images-with-content-map_container .images-with-content__text {
    position: static;
    display: flex;
    flex-direction: column;
}

.images-with-content-map_container .images-with-content__text > *{
    order: 99999;
}

.images-with-content-map_container .images-with-content__text h3 {
    font-size: 18px; 
    line-height: 24px; 
    font-weight: bold; 
    text-transform: uppercase;
    padding-bottom: 6px; 
    border-bottom: 1px solid #dadada; 
    margin-bottom: 6px;
    color: inherit;
}

.images-with-content-map_container .images-with-content__text p {
    font-size: 16px; 
    line-height: 20px;
    font-weight: 300;
    color: inherit;
}
@media only screen and (max-width: 1440px) {
    .images-with-content-map_container {
        left: 10vw;
    }
}

@media only screen and (max-width: 767px) {
    .images-with-content-map_container {
        width: 100%;
        max-width: unset;
        background: #f1f1f1;
        left: 0;
        right: 0;
        position: relative;
    }

    .images-with-content-map_container .images-with-content__inner-container {
        position: relative;
        width: calc(100% - 40px);
        margin: 20px;
    }

    .images-with-content-map_container .images-with-content__text h3 {
        line-height: 20px; 
    }

    .images-with-content-map_container .images-with-content__text p {
        font-size: 14px; 
    }
}


/******************************/
/*    Image on Top - TEMPLATE    */
/******************************/
.images-with-content-image_on_top {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.images-with-content-image_on_top .images-with-content__content {
    display: block;
}

.images-with-content-image_on_top .images-with-content__images {
    position: relative;
    height: 328px;
    width: 100%;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .images-with-content-image_on_top .images-with-content__images {
        height: 200px;
    }
}