@media (max-width: 1440px){

}
@media (max-width: 1280px){

}
@media (max-width: 1024px){
    /* RESERVATION BOX */
    .reservation {
        width: 100%;
    }
    .reservation [class*=col-xs-] {
        padding: 24px 10px;
    }
    /***************************/

}
@media (max-width: 991px){
    /* RESERVATION BOX */
    .reservation-box {
        display: none;
    }
    .reservation_mobile {
        display: block;
    }
    /***************************/
    .box_images a.link_hotel{
        width: 100%;
    }
    /*.row_box, .main-body{*/
    /*    height: auto;*/
    /*}*/
    .box_images a.link_hotel:nth-child(1){
        margin-bottom: 0;
    }
    .box_images a.link_hotel, .our_hotel{
        height: 50vh;
    }
    .row_box{
        height: calc(100vh + 10px);
    }
    .box_images a:nth-child(1) .our_hotel{
        clip-path:none;
        width: 100%;
    }
    .box_images a:nth-child(2) .our_hotel{
        clip-path:none;
        width: 100%;
    }
}
@media (max-width: 820px){
    .our_hotel > img {
        height: 100%;
    }
    .our_hotel {
        height: 100%;
    }
    .row_collum .col-sm-6 {
        padding: 0;
        height: 50vh;
    }


}
@media (max-width: 600px){
    .about_hotel img {
        height: 60px;
    }
    .reservation_mobile .col-xs-6 {
        font-size: 14px;
    }
    h1 {
        font-size: 20px;
    }

}
@media (max-width: 320px){
    .about_hotel {
        top: 30px;
    }
    .about_hotel img {
        height: 40px;
    }
    /* RESERVATION BOX */

    .reservation_mobile {
       font-size: 14px;
    }
    /***************************/

}