@media (max-width: 768px) {
    .number_block_pict_block{
        width: 100%;
        flex: auto;
    }
    .imageGallery{
        max-height: 220px;
        min-height: 220px;
    }
    .booking_number_pict{
        width: 100%;
        flex: auto;
    }
    .booking_room_block_img{
        width: 100%;
        height: 160px;
        border-radius: 5px;
        margin-bottom: 5px;
    }
    .booking_room_und_head_t{
        padding-top: 30px;
        text-align: left;
    }
    .bron_block_under_slider{
        width: 100%;
    }
    .h_slider_block{
        width: 100%;
    }
    .h_slider_block_i{
        height: 100%;
        width: 100%;
        max-height: 250px;
    }
    .h_slider_block_name, .h_slider_block_name h1{
        font-size: 14px!important;
    }
    .h_slider_block_i_t_center{
        font-size: 14px;
        top: 40%;
    }
    .h_slider_block_i_t_bottom {
        font-size: 14px;
        padding: 15px 5%;
    }
    .why_we_img{
        max-height: 150px!important;
    }
}