.kenesis-body[data-laptop-width="y"] .svg-layer > .inner-wrapper {
    width: 90%;
    text-align: center;
}

.kenesis-body[data-laptop-width="y"] .mid-ctn {
    max-width: 100%;
}

.kenesis-body[data-laptop-width="y"] .module.rv-module {
    padding: 20px !important;
}

.kenesis-body[data-laptop-width="y"] .image-grid-ctn .rv-image:not(.image2):not(.image9) {
    display: none;
}

.kenesis-body[data-laptop-width="y"] .image-grid-ctn .rv-image {
    height: 500px !important;
    width: 100%;
}

.kenesis-body[data-laptop-width="y"] .image-grid-ctn .rv-image > .inner-ctn {
    background-attachment: scroll;
}

.kenesis-body[data-laptop-width="y"] .image-grid-ctn > .mid-block {
    height: auto !important;
    width: 100%;
    float: none;
}

.kenesis-body[data-laptop-width="y"] .image-grid-ctn {
    height: auto !important;
}

.kenesis-body[data-laptop-width="y"] .image-grid-ctn > .rv-image, 
.kenesis-body[data-laptop-width="y"] .image-grid-ctn > .mid-block {
    float: none;
}

.kenesis-body[data-laptop-width="y"] .mid-block > .inner-ctn {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    padding: 20px;
}

.kenesis-body[data-laptop-width="y"] .module.rv-module {
    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;
        }

    }

}