.room_image_list #slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 380px;
    list-style: none;
}

.room_image_list #slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 500px;
    height: 380px;
    text-align: center;
    line-height: 380px;
}

.room-image-desc {
    border-top: 1px solid #CCC;
    padding-top: 15px;
}

.room-image-desc ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 0.8rem;
}

.room-info-popup-wrap {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 600px;
    width: 600px;
    margin: 20px auto;
}

@media (min-width: 768px) {
    .room_image_list #slider .slides li.flex-active-slide {
        width:560px !important;
    }
}

@media (max-width: 768px) {
    .column-two {
        display: none;
    }

    .room-info-popup-wrap {
        max-width: 90%;
        width: 90%;
    }

    .room_image_list img {
        max-width: 100%;
        height: auto;
    }
}

#slider {margin-bottom: 0!important;}
#slider .flex-prev, #slider .flex-next {
    opacity: 1 !important;
    cursor: default;
    z-index: 1;
    text-align: center;
    background: #ffffffb5;
    border-radius: 50%;
    color: transparent;
}

#slider .flex-prev {
    left: 15px;
    cursor: pointer;
}

#slider .flex-next {
    right: 15px;
    cursor: pointer;
}

#slider .flex-direction-nav a:before {
    font-family: flexslider-icon;
    font-size: 22px !important;
    display: inline-block;
    line-height: 40px;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,.3);
}

#slider .flex-direction-nav {
    display: none;
}

#slider .flex-direction-nav li {
    position: inherit !important;
}

.flex-direction-nav {
    display: none;
}

.flex-control-thumbs img {
    width: 80px !important;
    height: 60px;
}

.flex-control-thumbs li {
    width: auto !important;
    margin-right: 3px;
}

.room_image_list #slider .slides li {
    text-align: center;
}

.room_image_list #slider .slides li img {
    max-width: 100% !important;
    height: 100%;
    object-fit: cover;
    width: auto !important;
    max-height: 375px;
}

#carousel {margin-bottom: 0!important;}
#carousel li {
    height: 60px;
    margin-right: 3px;
}

#carousel img {
    height: 100%;
    object-fit: cover;
}
