.ibis #logo img {
    width: 80px;
    height: 80px;
}

.ibis #meetings li > div strong {
    display: none;
}
.ibis .roomtype li {
    padding-bottom: 10px;
}
.ibis .page-template-template-rooms #main_slideshow + .section {
    float: none;
    clear: both;
    padding-top: 10px;
}
.ibis div.std_breadcrumb.tpl_rooms {
    margin-bottom: 10px !important;
}

@media (max-width: 767px) {
    .ibis div.std_breadcrumb.tpl_rooms,
    .ibis div.std_breadcrumb.tpl_restaurants,
    .ibis div.std_breadcrumb.tpl_meetings {
        margin-bottom: 0;
    }
    .ibis .roomtype > ul {
        clear:both;
        padding: 20px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .ibis .roomtype > ul > li {
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .ibis #meetings .section ul li > div h4 {
        line-height: 1.2em !important;
    }

}
