.video-home-block{
	position: relative;
}

.video-home-block .video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.video-home-block .video-responsive iframe,
.video-home-block .video-responsive object,
.video-home-block .video-responsive embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}	


.video-home-block .gradient-bg{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 45%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 45%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 45%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    z-index: 1;
}

.video-home-block .texto-control{
	position: absolute;
	bottom: 30px;
	left: 20px;
	right: 20px;
	color: white;
	z-index: 2;
}
.video-home-block .texto-control p.subtitle{
	font-size: 14px;
	color: white;
	margin: 0;
}
.video-home-block .texto-control p.title,
.video-home-block .texto-control p.title a{
	font-size: 24px;
	color: white;
	margin: 0;
	text-decoration: none;
}
.video-home-block .control{
	height: 100%;
	position: relative;
	overflow: hidden;
}
.video-home-block .image{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	background-size: cover;
	transition: 0.4s ease;
}
.video-home-block a:hover .image{
	transform: scale(1.2);
}

/*.video-home-block .control{
	display: none;
}*/

@media only screen and (max-width:1500px) {
	.video-home-block .texto-control p.title,
	.video-home-block .texto-control p.title a {
	    font-size: 22px;
	}
}

@media only screen and (max-width:991px) {
	.video-home-block .control{
		height: 400px;
		margin-bottom: 30px;
	}
}