.kenesis-body[data-laptop-width="y"] section .rv-image:nth-child(2) {
    display: none;
}

.kenesis-body[data-laptop-width="y"] .module.rv-module {
    padding: 20px !important;
}

.kenesis-body[data-laptop-width="y"] .slide-section > .inner-ctn .content-block {
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) translateY(-50%) !important;
    width: 80% !important;
    padding: 25px !important;
}

.kenesis-body[data-laptop-width="y"] .slick-dots {
    right: -60px;
}

@media not all and (min-resolution:.001dpcm) { 
    
    @media {

        .kenesis-body[data-laptop-width="y"] .rv-image > .inner-ctn { 
            background-attachment: scroll !important;
        }

    }

}