.fbe_btn:hover {
    cursor: pointer;
}
.fbe_unit_details_criteria,
.fbe_unit_details_amenities,
.fbe_unit_details_bedding {
    list-style: none;
    padding: 0;
}
.fbe_unit_details_criteria li,
.fbe_unit_details_amenities li,
.fbe_unit_details_bedding li {
    display: inline-block;
    padding-right: 15px;
}

.fbe_unit_details_bedding li {
    border: 1px solid #0004;
    border-radius: 5px;
    padding: 15px;
}
.fbe_unit_details_bedding span,
.fbe_unit_details_bedding strong {
    display: block;
}
.fbe_unit_details_bedding i {
    font-size: 30px;
}

/*
 * Gallery
 */
 .fbe_unit_details_gallery_image {
    width: 100%;
    padding-top: 50%;
    background-size: cover!important;
}
.fbe_unit_details_gallery_container {
    position: relative;
}
.fbe_prev,
.fbe_next {
    position: absolute;
    top: 0;
    bottom: 0;
}
.fbe_next {
    right: 0;
}
.fbe_prev i,
.fbe_next i {
    margin: 0 5px;
    position: relative;
    top: 50%;
    top: calc( 50% - 15px );
    color: #fff;
    text-shadow: 0 0 5px #000;
    font-size: 30px;
    line-height: 30px;
}
.fbe_prev:hover,
.fbe_next:hover {
    cursor: pointer;
}

/* Lightbox */
.fbe_lightbox {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0008;
    text-align: center;
    z-index: 100
}
.fbe_lightbox_inner {
    display: inline-block;
    margin-top: 120px;
    position: relative;
    width: auto;
    padding: 15px;
}
.fbe_lightbox_close {
    position: absolute;
    top: -15px;
    right: 10px;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 20px;
}
@media (min-width:680px) {
    .fbe_lightbox_close {
        top: -10px;
        right: -10px;
    }
}

/* Embedded Video */
.fbe_video_embed {
    margin-bottom: 30px;
    text-align: center;
}