.container {
	float: left;
	padding: 0;
	position: relative;
	width: 100%;
}
#video_carrousel {
	clear: both;
	float: left;
	padding: 10px 0;
	width: 100%;
	display: block;
	max-width: 1196px;
}
#video_carrousel .videos-container {
	display: inline-block;
	width: 100%;
}
#video_carrousel .owl-carousel {
	position: relative;
	width: 100%;
}
#video_carrousel .owl-carousel .owl-controls {
	height: 100%;
	margin-top: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.owl-carousel .owl-stage-outer {
	height: 100%;
	overflow: hidden;
	position: relative;
}
#video_carrousel .owl-carousel .owl-nav {
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}
#video_carrousel .owl-carousel .owl-controls .owl-nav [class*="owl-"] {
	background: #e6e7e8 url("../images/flechavideoizquierda.png") no-repeat scroll center center;
	border-radius: 0;
	display: block;
	height: 100%;
	left: -50px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 42px;
}
#video_carrousel .owl-carousel .owl-controls .owl-nav [class*="owl-"] span {
	display: none;
}
#video_carrousel .owl-carousel .owl-controls .owl-nav .owl-next {
	background: #e6e7e8 url("../images/flechavideoderecha.png") no-repeat scroll center center;
	left: auto;
	right: -50px;
}
#video_carrousel .owl-carousel .owl-controls .owl-nav [class*="owl-"]:hover {
	background-color: #e9502a;
}
#video_carrousel .owl-carousel .owl-controls .owl-dots {
	bottom: -50px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.sinflechas{max-width:none !important;}
.sinflechas .owl-controls{display:none;}



@media only screen and (max-width: 1100px), only screen and (max-device-width: 1100px) {
	#video_carrousel .videos-container {
		display: inline-block;
		width: 85%;
	}
	
	.sinflechas #video_carrousel .videos-container {
		width: 100%;
	}
	
}
@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
	
	#video_carrousel .videos-container {
		display: inline-block;
		width: 65%;
	}
	#video_carrousel .owl-carousel .owl-controls .owl-nav [class*="owl-"] {
		width: 25px;
	}
	
	.sinflechas .owl-controls{
		display:block;
	}
	
}
