.kenesis-body .slide-section {
    width: 100%;
    height: 100%;
    position: relative;
}

.kenesis-body .slide-section > .inner-ctn .rv-image {
    position: absolute;
}

.kenesis-body .slide-section > .inner-ctn .rv-image .inner-ctn {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.kenesis-body .slick-dots li button {
    border-radius: 50% !important;
}

.kenesis-body .slide-section > .inner-ctn .rv-image:nth-child(1) {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.kenesis-body .slide-section > .inner-ctn .rv-image:nth-child(2) {
    z-index: 3;
    height: 70%;
    width: 50%;
    bottom: 0;
    transition: 1s;
    transition-delay: 1.3s;
    opacity: 0;
}

.kenesis-body .slide-section > .inner-ctn .rv-image:nth-child(2) .inner-ctn {
    background-size: contain;
    background-repeat: no-repeat;
}

.kenesis-body .slide-section > .inner-ctn .content-block {
    position: absolute;
    z-index: 4;
}

.kenesis-body .slide-section:nth-child(odd) > .inner-ctn .content-block {
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    width: 50%;
}

.kenesis-body .slide-section:nth-child(even) > .inner-ctn .content-block {
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    width: 50%;
    transition: 0.5s ease;
    border: 10px solid rgba(255, 255, 255, 0.3);
    padding: 75px;
}

.kenesis-body .slide-section:nth-child(odd) > .inner-ctn .rv-image:nth-child(2) .inner-ctn {
    background-position: bottom left;
}

.kenesis-body .slide-section:nth-child(even) > .inner-ctn .rv-image:nth-child(2) .inner-ctn {
    background-position: bottom right;
}

.kenesis-body .slide-section > .inner-ctn .content-block * {
    transition: 0.5s ease;
    background-color: transparent !important;
    padding: 0 !important;
}

.kenesis-body .slide-section:nth-child(even) > .inner-ctn .rv-image:nth-child(2) {
    left: 0;
}

.kenesis-body .slide-section:nth-child(odd) > .inner-ctn .rv-image:nth-child(2) {
    right: 0;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.slick-dots {
    bottom: auto !important;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: -40px;
    width: 160px !important;
}

.slick-dots li button {
    font-size: 0 !important;
    border-radius: 50%;
    border: 1px solid white !important;
    background-color: transparent !important;
}

.slick-dots li button:before {
    font-size: 40px !important;
    color: #ccc !important;
    transition: 0.5s ease;
}

.slick-dots li.slick-active button:before {
    color: white !important;
}

.kenesis-body .slide-section > .inner-ctn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(71, 50, 93, 0.4);
    z-index: 2;
}

.kenesis-body .slide-section > .inner-ctn .content-block h1 {
    font-size: 45px !important;
}

.kenesis-body .slide-section.slick-active:nth-child(odd) > .inner-ctn:after,
.kenesis-body .slide-section.slick-active:nth-child(even) > .inner-ctn:after {
    opacity: 0.4;
}

.kenesis-body .slide-section:nth-child(odd) > .inner-ctn .rv-image:nth-child(2) {
    transform: translateX(10%);
}

.kenesis-body .slide-section:nth-child(even) > .inner-ctn .rv-image:nth-child(2) {
    transform: translateX(-10%);
}

.kenesis-body .slide-section.slick-active > .inner-ctn .rv-image:nth-child(2) {
    transform: none;
    opacity: 1;
}

.kenesis-body .slide-section > .inner-ctn .content-block .rv-content,
.kenesis-body .slide-section > .inner-ctn .content-block .rv-head {
    opacity: 0;
    transition: 1s ease;
    transition-delay: 1s;
}

.kenesis-body .slide-section:nth-child(odd) > .inner-ctn .content-block .rv-content,
.kenesis-body .slide-section:nth-child(odd) > .inner-ctn .content-block .rv-head {
    transform: translateX(10%);
}

.kenesis-body .slide-section:nth-child(even) > .inner-ctn .content-block .rv-content,
.kenesis-body .slide-section:nth-child(even) > .inner-ctn .content-block .rv-head {
    transform: translateX(-10%);
}

.kenesis-body .slide-section.slick-active > .inner-ctn .content-block .rv-content,
.kenesis-body .slide-section.slick-active > .inner-ctn .content-block .rv-head {
    transform: none;
    opacity: 1;
}
