body {
    background-color: #dbd7d7;
}

.v25_room_c1_content_div {
    width: 90vw;
    max-width: 600px;
    margin: 0 auto;
}

.v25_room_c1_title_div {
    font-family: 'lulo-clean-w01-one-bold',sans-serif;
    font-size: 16px;
    padding: 0 12px;
}

.v25_room_c1_list_div {
    font-family: 'proxima-n-w01-reg', sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin: 36px 0;
}

.v25_section_btn_black {
    color: white;
    background-color: black;
}
.v25_section_btn_black:hover {
    color: black;
    background-color: transparent;
}

.v25_room_slide {
    width: fit-content;
    margin: 12px auto;
    padding: 12px 0;
}
.v25_room_slide1 {
    background-color: #e3d0bf;
}
.v25_room_slide2 {
    background-color: #c9dbd0;
}
.v25_room_slide3 {
    background-color: #b7c0d1;
}

.v25_room_slide1_img1_div, .v25_room_slide1_img2_div, .v25_room_slide2_img1_div, .v25_room_slide2_img2_div, .v25_room_slide3_img1_div, .v25_room_slide3_img2_div {
    width: fit-content;
    margin: 0 auto;
}

.v25_room_slide1_img1 {
    width: 60vw;
    height: calc(60vw * 1.33);
    object-fit: cover;
    object-position: center;
}

.v25_room_slide1_img2 {
    width: 90vw;
    height: calc(90vw * 1.33);
    margin: 0px 5vw 24px;
    object-fit: cover;
    object-position: center;
}

#v25_room_standard_slide1_title1, #v25_room_penthouse_slide1_title1 {
    font-family: 'lulo-clean-w01-one-bold',sans-serif;
    font-style: italic;
    font-size: 18px;
    width: 90vw;
    margin: 18px auto;
}
#v25_room_superior_slide1_title1, #v25_room_deluxe_slide1_title1, #v25_room_executive_slide1_title1 {
    font-family: 'lulo-clean-w01-one-bold',sans-serif;
    font-style: italic;
    font-size: 24px;
    width: 90vw;
    margin: 18px auto;
}

.v25_room_slide2_img1 {
    width: 90vw;
    height: calc(90vw * 1.33);
    margin: 24px 5vw 0px;
    object-fit: cover;
    object-position: center;
}

.v25_room_slide2_img2 {
    width: 60vw;
    height: calc(60vw * 1.33);
    margin: 0px 0px 24px;
    object-fit: cover;
    object-position: center;
}

.v25_room_slide2_title1 {
    font-family: 'proxima-n-w01-reg', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    width: 90vw;
    margin: 18px auto;
    text-align: center;
}

.v25_room_slide3_img1 {
    width: 60vw;
    height: calc(60vw * 1.33);
    object-fit: cover;
    object-position: center;
}

.v25_room_slide3_img2 {
    width: 90vw;
    height: calc(90vw * 1.33);
    margin: 24px 5vw;
    object-fit: cover;
    object-position: center;
}

.v25_room_slide3_title1 {
    font-family: 'proxima-n-w01-reg', sans-serif;
    font-size: 22px;
    line-height: 26px;
    width: 90vw;
    margin: 18px auto;
    color: navy;
}


/** {box-sizing:border-box}*/

/* Slideshow container */
.v25_room_slideshow_container {
    /*max-width: 1000px;*/
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.v25_room_slide_container {
    transition: opacity 1s;
    transition-behavior: allow-discrete;
    display: none;
    opacity: 0;
}

/* Next & previous buttons */
.v25_room_slideshow_prev, .v25_room_slideshow_next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px; /*-22px;*/
    padding: 28px; /*16px;*/
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.2);
}

/* Position the "next button" to the right */
.v25_room_slideshow_next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.v25_room_slideshow_prev:hover, .v25_room_slideshow_next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.v25_room_slideshow_text {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}

/* Number text (1/3 etc) */
.v25_room_slideshow_numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}

/* The dots/bullets/indicators */
.v25_room_slideshow_dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.v25_room_slideshow_active, .v25_room_slideshow_dot:hover {
    background-color: #717171;
}

/* Fading animation */
.v25_room_slideshow_fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes v25_room_slideshow_fade {
    from {opacity: .4}
    to {opacity: 1}
}


@media screen and (min-width: 1281px) {
    .v25_room_slideshow_prev, .v25_room_slideshow_next {
        font-size: 32px;    
    }
    .v25_room_c1_img_div {
        float: left;
        
    }
    .v25_section_img {
        width: 64vw; 
        height: 640px;
    }
    .v25_room_c1_content_div {
        float: right;
        width: calc(36vw - 120px);
        margin: 60px 60px;
    }
    .v25_room_container1:after {
        content: '';
        display: block;
        clear: both;    
    }
    .v25_room_c1_title_div {
        font-size: 28px;    
    }
    .v25_room_slide {
        width: 100vw; 
        height: 720px;
    }
    /* Slide 1 */
    .v25_room_stand_slide_left {
        float: left;
        width: 50vw;
    }
    .v25_room_stand_slide_right {
        float: right;
        width: 50vw;
    }
    .v25_room_slide1_img1 {
        width: 400px;
        height: 533px;
    }
    .v25_room_slide1_img2_div {
        float: right;  
        margin: 18px 36px 18px auto;
        width: calc(50vw - 96px);
    }
    .v25_room_slide1_img2 {
        width: calc(640px / 1.33);
        height: 640px;
        margin: 8px 60px;
    }
    .v25_room_slide1_title1 {
        width: 400px !important;
        margin: 18px 120px 18px auto !important;
    }
    .v25_room_slide1_img1_div {
        width: fit-content;
        margin: 0px 120px 0px auto;
    }
    /* Slide 2 */
    
    .v25_room_slide2_img1_div {
        float: left;  
        margin: 18px 144px 18px calc(50vw - 640px / 1.33 - 120px);
    }
    .v25_room_slide2_img1 {
        width: calc(640px / 1.33);
        height: 640px;
        margin: 8px 0;
    }
    .v25_room_slide2_title1 {
        width: 440px !important;
        margin: 42px auto 18px 100px !important;
    }
    .v25_room_slide2_img2_div {
        width: fit-content;
        margin: 0px auto 0px 120px;
    }
    .v25_room_slide2_img2 {
        width: 400px;
        height: 533px;     
    }
    
    /* Slide 3 */
    .v25_room_slide3_title1 {
        width: 400px !important;
        margin: 18px 120px 18px auto !important;
    }
    .v25_room_slide3_img1_div {
        width: fit-content;
        margin: 0px 120px 0px auto;
    }
    .v25_room_slide3_img1 {
        width: 400px;
        height: 533px;     
    }
     .v25_room_slide3_img2 {
        width: calc(640px / 1.33);
        height: 640px;
        margin: 28px 0;
    }
    #v25_room_standard_btn_booking_div, #v25_room_superior_btn_booking_div, #v25_room_executive_btn_booking_div, #v25_room_deluxe_btn_booking_div, #v25_room_penthouse_btn_booking_div {
        margin: 0 110px;    
    }
    #v25_room_standard_slide1_btn_booking_div, #v25_room_superior_slide1_btn_booking_div, #v25_room_penthouse_slide1_btn_booking_div {
        width: fit-content;
        margin: 0px 256px 0px auto;
    }
    #v25_room_superior_slide1_title1, #v25_room_deluxe_slide1_title1, #v25_room_executive_slide1_title1 {
        margin: 18px 100px 18px auto !important;
    }
    #v25_room_superior_slide1_img1, #v25_room_deluxe_slide1_img1, #v25_room_executive_slide1_img1 {
        width: 360px;
        height: 480px;
        margin: 0 20px;
    }
    #v25_room_superior_slide1_btn_booking_div, #v25_room_deluxe_slide1_btn_booking_div, #v25_room_executive_slide1_btn_booking_div {
        width: fit-content;
        margin: 0px 246px 0px auto;
    }
}


