.image_text_map iframe{
    max-width: 100%;
}

.image-text__no-wrapper{
    .imagetextimage {
        height: 100%;
    }

    .video-wrapper {
        height: 100%;
    }

    .imagetextimage::after {
        content: none!important;
    }

    .video-wrapper {
        min-height: 500px;
    }

     .sectionintro {
        max-width: 90%;
        text-wrap: balance;
    }

}



@media screen and (max-width:767px) {
    .image-text__no-wrapper{
        .video-wrapper{
            min-height: initial;
        }
        .sectionintro{
            max-width: none;
        }
    }
}