.skew-flex-row {
    display: flex;
    flex-wrap: wrap;
}

.half-and-half-skew-image,
.half-and-half-skew-text {
    position: relative;
    flex: 0 0 100%;
}

.half-and-half-skew-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    -o-object-fit: cover;
}

.half-and-half-skew-text {
    padding: 50px 20px 10px;
}

@media (max-width:767px) {
    .half-and-half-skew-text {
        padding-bottom: 40px;
    }

    .contained-image-text__image img {
        height: auto;
        width: 100%;
    }

    .contained-image-text {
        padding-top: 50px;
    }
}



@media (min-width: 768px) {
    .half-and-half-skew-text {
        padding: 65px 52px 0;
    }

    .half-and-half-skew-text__wrapper p {
        font-size: 17px;
    }
}

@media (min-width: 1200px) {
    .half-and-half-skew-text {
        padding: 90px 0 90px 52px;
    }

    .half-and-half-skew-text {
        position: relative;
        flex: 0 0 45%;
    }

    .half-and-half-skew-image {
        position: relative;
        flex: 0 0 55%;
    }

    .half-and-half-skew-image img {
        position: absolute;
        clip-path: polygon(35% 0, 100% 0, 100% 100%, 0% 100%);
        height: calc(100% + 77px);
        top: -77px;
        object-position: top;
        z-index: 9;
    }

    .no-overlap .half-and-half-skew-image img {
        top: 0;
        height: 100%;
    }

    .half-and-half-skew-text__wrapper {
        max-width: 680px;
        float: right;
    }
}

@media (min-width: 1600px) {
    .half-and-half-skew-text {
        padding: 100px 0;
    }

    .half-and-half-skew-text {
        position: relative;
        flex: 0 0 44%;
    }

    .half-and-half-skew-image {
        position: relative;
        flex: 0 0 56%;
    }

    .half-and-half-skew-image img {
        clip-path: polygon(24% 0, 100% 0, 100% 100%, 0% 100%);
    }

}

@media(max-width:1200px) {
    .half-and-half-skew-text {
        padding-bottom: 50px;
    }
}