.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.mycarousel .owl-buttons .owl-prev, .mycarousel .owl-buttons .owl-next {
	position:absolute;
	top:50%;
}

.mycarousel .owl-buttons .owl-prev {
	left:20px;
	opacity:0.65;
}

.mycarousel .owl-buttons .owl-next {
	right:20px;
	opacity:0.65;
}

.mycarousel .owl-buttons .glyphicon {
	font-weight:normal;
	font-size:32px;
	line-height:0;
	margin-top:-16px;
	color:#ccc;
}