.videoWrapper {
position: relative;
padding-bottom: 56.25%; / 16:9 /
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.UIVideoSlider {
    margin: 30px 0;
}
.UIVideoSlider .container {
    max-width: 1170px;
    margin: 0 auto;
}
.UIVideoSlider .title-block {
    margin-bottom: 20px;
    color: #17a1be;
}
.UIVideoSlider .custom-nav .owl-nav button {
        position: absolute;
        color: #999 !important;
        top: 50%;
        transition: all 0.2s ease;
        outline: none;
        z-index: 99999;
        opacity: .5;
        transform: translate(0, -50%);
}
.UIVideoSlider .custom-nav .owl-nav button i {
    font-size: 50px;
}

.UIVideoSlider .custom-nav .owl-nav .owl-next {
        right: 0;
}
.UIVideoSlider .custom-nav .owl-nav button:hover {
        opacity: 1;
        background: none !important;
}
.UIVideoSlider .custom-dots .owl-dots {
    text-align: center;
    width: 100%;
    z-index: 9;
    padding: 0;
}

.UIVideoSlider .custom-dots .owl-dots .owl-dot {
    outline: none;
}

.UIVideoSlider .custom-dots .owl-dots .owl-dot.active span {
            background-color: #d9282f;
            border: solid 2px #fff;
}

.UIVideoSlider .custom-dots .owl-dots .owl-dot span {
            height: 15px;
            width: 15px;
            margin: 5px;
            display: block;
            border-radius: 100%;
            box-shadow: 0 0 5px 0 #b3b3b3;
            background: #fff;
}

.UIVideoSlider iframe.video-frame {
    width: 100%;
    height: 205px;
}
.UIVideoSlider .title {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.5;
}
