#contenedor #cuerpo {
/* 	background-image: url("/commons/img/slide.jpg");
	background-repeat: no-repeat; */
}
#contenedorIxTemplate{
	min-height: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
}
#contenedor #tContenido{
	min-height: 0px;
}
#contenedor #cuerpo {
    padding-top: 3px;
}
.video-container {
	position: relative;
	width: 660px;
	height: 370px;
	margin: 0 auto;	
	overflow: hidden;
}
.main-video {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
