.component.room {
    /*height: 100vh;*/
}

.room-name {
    text-align: center;
    font-size: 40px;
    color: #333333;
    margin: 30px 0;
}

.room-container {
    position: relative;
    padding: 15px 260px 20px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

@media (max-width: 1400px) {
    .component.room {
        /*height: 70vh;*/
    }

    .room-container {
        padding: 15px 60px 20px;
    }
}

@media (max-width: 820px) {
    .component.room {
        /*height: auto !important;*/
        /*padding-top: 56.25%;*/
    }

    .room-name {
        margin: 40px 0 20px;
    }

    .room-container {
        padding: 15px 15px 20px;
    }
}

.swiper {
    width: 100%;
    height: 100%;
}


.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.room-detail-thumbnail {
    height: 80%;
    width: 100%;
}

.room-detail-slider {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.room-detail-slider .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.room-detail-slider .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room-grid-title {
    padding-bottom: 5px;
}
