#banner-slider-carousel {
    margin-bottom: -13px;
}

#banner-slider-carousel .owl-dots {
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translate(-50%, -7px);
    display: block !important;
}

#banner-slider-carousel .owl-nav {
    display: none;
}
#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;
}
#banner-slider-carousel .owl-dot {
    padding: 0 !important;
}
#banner-slider-carousel .owl-dot span{
    width: 11px;
    height: 3px;
    margin: 5px;
    background-color:#fff;
}
#banner-slider-carousel .owl-dot:hover span {
    background-color:#000 !important;
}
#banner-slider-carousel .active span {
    background-color: #000 !important;
}
