.carousel-cell {
    width: 100%; /* full width */
    height: 540px;
    background: #222;
    /* center images in cells with flexbox */
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel.is-fullscreen .carousel-cell {
    height: 100%;
}

.carousel-cell img {
    display: block;
    max-height: 100%;
}

.bhs_wrapper {
    margin-right: 20px;
}

@media only screen and (max-width: 544px) {
    .carousel-cell {
        height: 180px;
    }
}
