.fv-carousel .slide {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    min-height: 300px;
}
.fv-carousel .slide > .content {
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    width: 100%;
}
.fv-carousel .slide .inner {
    background-color: rgba(255, 255, 255, .4);
    display: inline-block;
    padding: 40px 20px;
}
.fv-carousel .owl-nav button.owl-prev,
.fv-carousel .owl-nav button.owl-next {
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 30px;
    line-height: 1;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    outline: none;
}
.fv-carousel .owl-prev span,
.fv-carousel .owl-next span {
    display: inline-block;
    padding: 20px 4px;
}
.fv-carousel .owl-nav button.owl-prev {
    left: 0;
}
.fv-carousel .owl-nav button.owl-next {
    right: 0;
}
.fv-carousel .owl-dots {
    bottom: 15px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.fv-carousel .owl-dots .owl-dot {
    background-color: #fff;
    border-radius: 30px;
    display: inline-block;
    height: 7px;
    margin: 0 3px;
    outline: none;
    width: 20px;
}
.fv-carousel .owl-dots .owl-dot.active {
    background-color: #333;
}

@media screen and (min-width: 768px) {
    .fv-carousel .slide .inner {
        padding: 40px 60px;
    }
}
