body#home_one .welcome .room_media a, .accomodation_single_room .room_media a {
    display: block;
    height: 187px;
}

.left_room_title {
    margin-bottom: 10px !important;
    height: 42px;
}

.accomodation_single_room .owl-controls {
    height: 10px;
    position: relative;
    margin-top: 25px;
}

.accomodation_single_room .owl-dots {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 10px;
}

.accomodation_single_room .owl-dot {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: rgba(49, 58, 69, 0.7490196078431373) none repeat scroll 0 0;
    margin: 5px;
}

.accomodation_single_room .owl-dot.active:after {
    content: '';
    background: #f7c411;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
}