.royal-slider-wrapper-3f460bd3 {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.royal-slider-track-3f460bd3 {
    position: relative;
    width: 100%;
    height: 100%;
}

.royal-slide-3f460bd3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    z-index: 1;
}

.royal-slide-3f460bd3.active {
    opacity: 1;
    transform: translateX(0);
    z-index: 2;
}

.royal-slide-3f460bd3.prev {
    transform: translateX(-100%);
    opacity: 0;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .royal-slider-wrapper-3f460bd3 {
        height: 450px;
    }
}
