#v25_home_videobg {
    width: 100vw;
    height: 648px;
    margin: 0 0;
}

#v25_home_video {
    height: 100%; 
    width: 100%; 
    object-fit: cover; 
    object-position: center center; 
    opacity: 1;  
    filter: brightness(70%);
}

#v25_home_logo_div {
    width: fit-content;
    margin: 0 auto;    
    position: relative;
    top: -638px;
}
#v25_home_logo {
    width: 300px;
    height: 198px;
}

#v25_home_booking_div {
    background-color: white;
    width: 100vw;
    height: 338px;
    position: relative;
    top: -608px;
}

#v25_home_booking_left_div {
    float: left;    
    width: calc(100vw - 110px);    
    height: 338px;
    padding: 28px;
}

#v25_home_booking_right_div {
    float: right;
    width: 16px;
    height: 272px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    border-left: 2px dashed black;
    font-size: 22px;
    font-family: 'proxima-n-w01-reg', sans-serif;
    padding: 33px 18px;
}

#v25_home_booking_left_free {
    font-family: 'proxima-n-w01-reg', sans-serif;
    font-size: 38px;
}

#v25_home_booking_left_upgrade {
    font-family: 'lulo-clean-w01-one-bold',sans-serif;
    font-size: 38px;
    line-height: 22px;
}

@media screen and (max-width: 360px) {
    #v25_home_booking_left_free {
        font-size: 30px;
    }
    #v25_home_booking_left_upgrade {
        font-size: 30px;
        line-height: 18px;
    }
}

#v25_home_booking_left_content {
    font-family: 'proxima-n-w01-reg', sans-serif;
    font-size: 20px;
    margin: 30px 0px 10px;
}
#v25_home_booking_left_btn_booking_div {
    width: fit-content;
    margin: 0 auto;
}
#v25_home_booking_left_btn_booking {
    color: white;
    background-color: black;
    font-size: 20px;
    margin: 28px;
    padding: 16px 12px;
    transition: color 0.5s, background-color 0.5s;
}
#v25_home_booking_left_btn_booking:hover {
    color: black;
    background-color: white;
}

.v25_home_section {
    height: 320px;    
}
.v25_home_section_img {
    width: 100vw; 
    height: 320px; 
    object-fit: cover; 
    object-position: 50% 50%;
    position: relative;
    filter: brightness(70%);
}
.v25_home_title_text {
    width: fit-content;
    margin: 0 auto;
    color: white;
    font-size: 44px;
    font-family: 'lulo-clean-w01-one-bold';
    text-align: center;
    position: relative;
}
#v25_home_playnsleep_and {
    font-size: 24px;
}
.v25_home_btn_div {
    width: fit-content;
    margin: 0 auto;
    position: relative;
}
.v25_home_btn_view {
    padding: 10px 30px;
    background-color: transparent;
    color: white;
    border: 3px solid white;
    font-size: 18px;
    font-family: 'proxima-n-w01-reg';
    transition: background-color 0.5s;
}
.v25_home_btn_view:hover {
    background-color: var(--color_brandgreen);
}
#v25_home_playnsleep_img {
    top: -592px;
}
#v25_home_playnsleep_text {
    top: -855px;
}
#v25_home_playnsleep_btn_div {
    top: -835px;
}
#v25_home_about_img {
    top: -272px;
}
#v25_home_about_text {
    top: -505px;
}
#v25_home_about_btn_div {
    top: -490px;
}

#v25_home_bookdirect_img {
    top: 0px;
}
#v25_home_bookdirect_text {
    top: -250px;
}
#v25_home_bookdirect_btn_div {
    top: -236px;
}
#v25_home_contact_img {
    top: 0px;
}
#v25_home_contact_text {
    top: -225px;
}
#v25_home_contact_btn_div {
    top: -210px;
}

#v25_home_social {
    display: none;
}

@media screen and (min-width: 1281px) {
    #v25_home_videobg {
        height: 748px;
    }
    #v25_home_logo_div {
        position: relative;
        top: -580px;
    }
    
    #v25_home_logo {
        width: 600px;
        height: 396px;
    }        
    
    #v25_home_booking_div {
        position: absolute;
        top: 460px;
        right: 0;
        width: 420px;
        height: 338px;
    }
    
    #v25_home_booking_left_div {
        width: calc(420px - 110px);    
        height: 338px;
        padding: 28px;
    }
    
    .v25_home_section {
        height: 630px;    
    }
    .v25_home_section_img {
        height: 630px;    
    }
    #v25_home_playnsleep_br {
        display: none;
    }
    #v25_home_playnsleep_and {
        font-size: 48px;
    }
    .v25_home_title_text {
        font-size: 84px;    
    }
    
    #v25_home_playnsleep_img {
        top: 0px;
    }
    #v25_home_playnsleep_text {
        top: -400px;
    }
    #v25_home_playnsleep_btn_div {
        top: -380px;
    }
    #v25_home_about_img {
        top: 0px;
    }
    #v25_home_about_text {
        top: -400px;
    }
    #v25_home_about_btn_div {
        top: -380px;
    }
    
    #v25_home_bookdirect_img {
        top: 0px;
    }
    #v25_home_bookdirect_text {
        top: -400px;
    }
    #v25_home_bookdirect_btn_div {
        top: -380px;
    }
    #v25_home_contact_img {
        top: 0px;
    }
    #v25_home_contact_text {
        top: -400px;
    }
    #v25_home_contact_btn_div {
        top: -380px;
    }
    .v25_home_social_img {
        width: 48px;
        height: 48px;
        margin: 4px;
    }
    #v25_home_social {
        display: block;
        position: fixed;
        top: 280px;
        right: 28px;
    }
}