.UIVideoSlider {}
.UIVideoSlider .container {
    display: inline-block;
    padding: 20px 0 30px 0;
}
.UIVideoSlider .container .title-block * {
    text-align: center;
    font-size: 20px;
    position: relative;
    color: #ff2f00;
    text-transform: uppercase;
    padding: 10px 0;
    font-family: Roboto;
    font-weight: 700;
}
.UIVideoSlider .container .item{
    position: relative;
    vertical-align: top;
    width: calc(47% - 20px);
    height: 250px;
    overflow: hidden;
    float:left;
    margin: 0 20px;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}
.UIVideoSlider .container .item .video-wrapper {
    display: inherit;
    clear:both;
    margin-bottom: 10px;
}
.UIVideoSlider .container .item .video-wrapper iframe.video-frame {
    width: 100%;
    height: 180px;
}


.videoWrapper {
position: relative;
padding-bottom: 56.25%; / 16:9 /
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.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;
}

