.style_room{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    justify-content: space-around;
    flex-wrap: wrap;
}
.style_room  h3{
    text-align: center;
}
.style_room > div{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.style_room > div img{
    width: 400px;
    height: 272px;
    border-radius: 10px;
}
.class_room{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    justify-content: space-around;
    flex-wrap: wrap;
}
.class_room > div{
    box-shadow:0 0 7px 0 #eaeff4;
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    border-radius: 8px;
    padding: 5px;
}
.class_room > div > a > img{
    width: 100% !important;
    height: 272px;
    border-radius: 8px;
    margin-left: 25px;
}
.class_room > div > div{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    text-align: center;
}
.class_room > div > div > div:first-child{
    margin-right: 45px;
}
.class_room > div > div > div > p{
    /* border-bottom:3px solid #000; */
    padding-bottom: 20px;
}
.table_room{
    box-sizing: border-box;
    border: 3px solid #000;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-collapse: collapse;
    color: #000;
    margin-bottom: 25px;
}
.table_room th , .table_room th > td{
    border: 1px solid #000;
    /* line-height: 50px; */
}
.table_room tr:nth-child(2){
    background-color: #dabba9;
}
.table_room tr:nth-child(3){
    background-color: #e6deba;
}
.table_room tr:nth-child(4){
    background-color: #a8b48e;
}
.table_room tr:nth-child(5){
    background-color: #bfd2d0;
}
.table_room tr:nth-child(6){
    background-color: #99b8b0;
}
.table_room tr:nth-child(7){
    background-color: #c0a685;
}
.table_room tr:nth-child(8){
    background-color: #cfc3b7;
}
#viewer { background-color: #FFFFFF; z-index:1; position:absolute; width: 100% ; height:100% ; top: 0; }
#preloadContainer { z-index:2; position:relative; width:100%; height:100%; transition: opacity 1s; -webkit-transition: opacity 1s; -moz-transition: opacity 1s; -o-transition: opacity 1s;}
@media screen and (max-width: 931px) {
    .style_room{
        display: flex;
        flex-direction: column;
        width: 95%;
        margin: 0 auto;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .style_room > div{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .style_room > div img{
        width: 100%;
        height: 272px;
        border-radius: 10px;
        margin-bottom: 15px;
    }
    .class_room{
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
        justify-content: center;
        flex-wrap: wrap;
    }
    .class_room > div{
        box-shadow:0 0 7px 0 #eaeff4;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 8px;
        padding: 5px;
    }
    .class_room > div > img{
        width: 100%;
        height: 272px;
        border-radius: 8px;
        margin-left: 0px;
    }
    .class_room > div > div{
        display: flex;
        align-items: center;
        justify-content:space-around;
        margin-right: 0;
        text-align: center;
    }
    .class_room > div > div > div:first-child{
        margin-right: 0px;
    }
    .class_room > div > div > div > p{
        border-bottom:3px solid #56a7b1;
        padding-bottom: 20px;
    }

    
    .table_room{
        box-sizing: border-box;
        border: 3px solid #000;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        border-collapse: collapse;
    }
    .table_room th , td{
        border: 1px solid #000;
    }
    .table_room tr > th:nth-child(n+4):nth-child(-n+7) , .table_room tr > td:nth-child(n+4):nth-child(-n+7){
        display: none;
    }
    .table_room tr:nth-child(2){
        background-color: #dabba9;
    }
    .table_room tr:nth-child(3){
        background-color: #e6deba;
    }
    .table_room tr:nth-child(4){
        background-color: #a8b48e;
    }
    .table_room tr:nth-child(5){
        background-color: #bfd2d0;
    }
    .table_room tr:nth-child(6){
        background-color: #99b8b0;
    }
    .table_room tr:nth-child(7){
        background-color: #c0a685;
    }
    .table_room tr:nth-child(8){
        background-color: #cfc3b7;
    }
}