.kenesis-body[data-laptop-width="y"] .section-ctn[data-n="1"],
.kenesis-body[data-laptop-width="y"] .section-ctn[data-n="2"] > .inner-ctn .rv-image {
    height: 500px;
}

.kenesis-body[data-laptop-width="y"] .module.rv-module {
    padding: 20px !important;
}

.kenesis-body[data-laptop-width="y"] .section-ctn[data-n="2"] .img-ctn {
    display: none;
}

.kenesis-body[data-laptop-width="y"] .section-ctn[data-n="2"] > .inner-ctn {
    width: 100%;
    height: auto;
}

.kenesis-body[data-laptop-width="y"] .section-ctn[data-n="2"] > .inner-ctn .rv-content {
    height: auto;
}

@media not all and (min-resolution:.001dpcm) { 
    
    @media {

        .kenesis-body[data-laptop-width="y"] .rv-image > .inner-ctn { 
            background-attachment: scroll !important;
        }

    }

}