@charset "utf-8";

.margin-8em {
    margin: 8em 0 0 0;
}

#owl-carousel-03 .owl-stage-outer {
    background: rgba(0,0,0,0.5);
    background: rgba(0,0,0,0.5);
}

.owl-video {
    margin: 0 auto;
}

.item-video{
    height: 360px;
}

.owl-video-play-icon {
    opacity: 0.75;
}

.owl-prev, .owl-next {
    transform: scale(1.0);
    -webkit-transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    transition-property: transform;
}
.owl-prev:hover, .owl-next:hover {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}
.owl-nav {
    margin: 0.5rem 0 0;
    text-align: center;
}
.owl-prev {
    display: inline-block;
    color: #ffffff;
    /*background: transparent!important;*/
    padding-right: 0.5em;
}
.owl-next {
    display: inline-block;
    color: #ffffff;
    /*background: transparent!important;*/
    padding-left: 0.5em;

}