#banner-slider-carousel {
    margin-top: 30px;
    margin-bottom: 5px;
}

#banner-slider-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
}

#banner-slider-carousel .owl-nav .owl-next:before,
#banner-slider-carousel .owl-nav .owl-prev:before {
    font-size: 36px;
    color: #fff;
    font-weight: normal;
    font-family: FontAwesome;
    display: block;
    line-height: 45px;
}
#banner-slider-carousel .owl-nav .owl-prev:before {
    content: "\f104";
}
#banner-slider-carousel .owl-nav .owl-next:before {
    content: "\f105";
}
#banner-slider-carousel .owl-nav .owl-next,
#banner-slider-carousel .owl-nav .owl-prev {
    display: inline-block!important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5) !important;
    height: 45px;
    width: 45px;
    font-size: 0;
}

#banner-slider-carousel .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    height: auto;
    width: 5%;
    text-align: center;
    font-size: 3.9em;
    color: #FFF;
    background: transparent;
    opacity: .5;
    text-transform: capitalize;
    justify-content: center;
    margin: 0;
}

#banner-slider-carousel .owl-nav .owl-prev {
    left: 10px;
}

#banner-slider-carousel .owl-nav .owl-next {
    right: 10px;
}

#banner-slider-carousel .owl-item img {
    transform-style: unset;
}

#banner-slider-carousel .item-video {
    height: 340px;
}

#banner-slider-carousel .banner-title {
    position: absolute;
    bottom: 0;
    padding: 1em;
    background: rgba(0, 0, 0, 0.5);
    color: #F0F0F0;
    border-radius: 4px 4px 0 0;
    opacity: .5;
}

.banner-item:hover .banner-title {
    opacity: 1 !important;
}