﻿/* Normal desktop :1366px. */
@media (min-width: 1170px) and (max-width: 1400px) {
}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .room_grid_wrapper.one_fourth {
        box-sizing: border-box;
        width: calc(50% - 19px);
        margin-right: 15px;
        margin-bottom: 50px;
    }
}


/* small mobile :320px. */
@media (max-width: 767px) {
    .room_grid_wrapper.one_fourth {
        box-sizing: border-box;
        width: 100%;
        margin-right: 15px;
        margin-bottom: 50px;
    }
    .singleroom_amenities_label {
        float: left;
        font-size: 20px;
        font-weight: 600;
        width: 100%;
    }
    .singleroom_amenities_list_wrapper {
        float: right;
        width: 100%;
        padding-right: 60px;
        box-sizing: border-box;
    }
    .singleroom_amenities_list_wrapper {
        float: right;
        width: 100%;
        padding-right: 0;
        box-sizing: border-box;
    }
    img.tg_horizontal_gallery_cell_img {
        height: 500px !important;
        /* FONT-VARIANT: JIS83; */
    }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
