.white_bg-room {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 1px 3px #ccc;
    margin-bottom: 20px;
    transition: all 0.1s ease-in 0s;
}
.room-title {
    padding: 24px 0;
    text-align: center;
}
.room-title a:link,.room-title a:visited {
    color: #373737 !important;
    font-size: 15px;
    transition: all 0.5s ease-out 0s;
}
.room-title a:hover {
    color: #00ae7c !important;
}
.img-responsive img {
    height: 200px;
    object-fit: cover;
}