
.overlay-container{
    top: 15%;
    right: 2%;
    padding: 94px 56px;
    border-radius: 30px;
    background: #3F5042;
    box-shadow: 0px 4px 33px 0px rgba(0, 0, 0, 0.06);
}

.overlay-inverted{
    top: 15%;
    left: 2%;
}
.room-carousel{
    height: 770px;
}

.room-carousel .slick-list{
    height: 100%;
}
.room-carousel .slick-list .slick-track{
    height: 100%;
}

@media screen and (max-width:1199px){
    .overlay-container{
        padding: 64px 36px;
    }
}
@media screen and (max-width:991px){
    .overlay-container{
        position: unset !important;
    }
    .room-carousel{
        height: 450px !important;
        padding: 0;
    }
    .overlay-container{
        padding: 44px 26px;
    }
}
.slick-dots {
    bottom: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}
.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.slick-dots li button {
    border: none;
    background: none;
    padding: 0;
    font-size: 0;
    cursor: pointer;
}
.slick-dots li button:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    width: 50px;
    border-radius: 10px;
}



