.block-video-home{
	height: calc( 100vh - 125px );
	position: relative;
	overflow: hidden;
	z-index:-1;
}
.block-video-home .sentence{
	position: absolute;
	bottom: 100px;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	text-align: center;
	z-index: 11;
}
.block-video-home .sentence p.title{
	font-size: 30px;
	font-weight: 700;
	color: white;
	text-transform: uppercase;
}
.block-video-home .sentence .button{
	font-size: 16px;
}

.block-video-home .control-image{
	background-position: center;
	background-size: cover;
	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}


@media only screen and (max-width:991px) {

	.block-video-home .sentence{
		width: auto;
		left: 20px;
		right: 20px;
		margin-left: auto;
	}
}

@media only screen and (max-width:575px) {
	.block-video-home .sentence p.title{
		font-size: 28px;
	}
	/*.block-video-home .sentence{
		top: 30%;
	}*/
	.block-video-home .sentence{
		bottom: 100px;
	}
}