.videos {
	width: 100%;
	margin: 15px 0 0 0;
	padding: 53px 0 45px 0;
	background-color: #333;
}
.videos .videos-content {
	width: 100%;
	display: block;
	overflow: hidden;
}

.videos .owl-carousel .video-player-container {
	display: none;
}
.videos .owl-loaded .video-player-container {
	display: block;
	width: 100%;
}
.videos .owl-loaded .video-player-container .video-player {
	height: 100% !important;
}
.videos .video-player-container a {
	display: block;
	text-decoration: none;
	position: relative;
}
.videos .video-player-container .icon-video-play {
	position: absolute;
	width: 111px;
	height: 111px;
	top: 50%;
	left: 50%;
	margin: -55px 0 0 -55px
}
.videos .video-player-container img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #aaa;
}
.videos .video-player-container h2 {
	display: block;
	width: 100%;
	font: 24px 'folhaii-semibold';
	line-height: 1.08;
	color: #ffffff;
	margin: 12px 0 0 0;
	padding: 0;
}
.videos .owl-item {
	float: left;
}

.videos .owl-dots {
	display: none;
	text-align: center;
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 15px 0;
	font-size: 0;
}

.videos .owl-prev,
.videos .owl-next {
	position: absolute;
	display: block;
	top: 42%;
	width: 15px;
	height: 24px;
	font-size: 0;
	cursor: pointer;
}
.videos .owl-prev {
	background: url('//f.i.uol.com.br/folha/especial/2016/eleicoes/svg/arrow_left_white.svg') 0 0 no-repeat;
	left: 1%;
}
.videos .owl-next {
	background: url('//f.i.uol.com.br/folha/especial/2016/eleicoes/svg/arrow_right_white.svg') 0 0 no-repeat;
	right: 1%;
}

.videos .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 0 6px;
	background-color: #eee;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.videos .owl-dot.active {
	background-color: #00adef;
	cursor: default;
}

/* sm up */
@media (min-width: 768px) and (max-width: 991px) {
	.videos .container {
		width: 740px;
	}
}

/* md up */
@media (min-width: 992px) and (max-width: 1199px) {
	.videos .container {
		width: 960px;
	}
}

/* sm */
@media (max-width: 767px) {
	.videos {
		padding: 0;
	}
	.videos .video-player-container img {
		width: 100%;
	}
	.videos .video-player-container h2 {
		margin: 15px 0 0 0;
	}
	.videos .owl-prev,
	.videos .owl-next {
		display: none !important;
	}
	.videos .owl-dots {
		display: block;
	}
}

/* sm */
@media (max-width: 767px) {
	.videos .container {
		padding: 0;
	}
	.videos .video-player-container h2 {
		padding: 0 10px;
	}
}

/* xxs */
@media (max-width: 399px) {
	.videos .video-player-container .icon-video-play {
		width: 58px;
		height: 58px;
		margin: -26px 0 0 -26px
	}
}
