.kenesis-body[data-laptop-width="y"] .section-ctn[data-n="2"] .rv-image,
.kenesis-body[data-laptop-width="y"] .section-ctn[data-n="4"] > .rv-image {
    display: none;
}

.kenesis-body[data-laptop-width="y"] .module.rv-module {
    padding: 20px !important;
}

.kenesis-body[data-laptop-width="y"] .section-ctn[data-n="2"] .rv-content {
    max-width: 100%;
}

.kenesis-body[data-laptop-width="y"] .section-ctn[data-n="2"]:after,
.kenesis-body[data-laptop-width="y"] .section-ctn[data-n="2"]:before {
    content: none;
}

.kenesis-body[data-laptop-width="y"] .section-ctn[data-n="2"] {
    height: auto;
}

.kenesis-body[data-laptop-width="y"] .section-ctn[data-n="3"] .rv-content {
    z-index: 9;
    width: calc(100% - 120px);
}

.kenesis-body[data-laptop-width="y"] .section-ctn[data-n="3"] > .img-ctn {
    position: absolute;
    top: 0;
    right: 0;
}

.kenesis-body[data-laptop-width="y"] .section-ctn[data-n="4"] .img-ctn,
.kenesis-body[data-laptop-width="y"] .section-ctn[data-n="4"],
.kenesis-body[data-laptop-width="y"] .section-ctn[data-n="5"],
.kenesis-body[data-laptop-width="y"] .section-ctn[data-n="1"] {
    width: 100%;
    height: 500px;
}

.kenesis-body[data-laptop-width="y"] .section-ctn[data-n="4"] .head-ctn {
    bottom: auto;
    left: 60%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.kenesis-body[data-laptop-width="y"] .section-ctn[data-n="5"] .rv-image {
    right: 0;
}

.kenesis-body[data-laptop-width="y"] .section-ctn[data-n="5"] .rv-content {
    left: 10%;
}

.kenesis-body[data-laptop-width="y"] .section-ctn[data-n="5"] .rv-content > .inner-ctn {
    padding: 20px !important;
}

@media not all and (min-resolution:.001dpcm) { 
    
    @media {

        .kenesis-body[data-laptop-width="y"] .rv-image > .inner-ctn { 
            background-attachment: scroll !important;
        }

    }

}