.video-text{
	width: 80%;
	text-align: center;
	position: absolute;
	left: 10%;
	top: 50%;
	color: #fff;
	margin-top: -35px;
}
.video-text h1{
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
}
.video-text a {
    background: transparent;
    font-size: 1.1rem;
    color: #fff;
    border: 1px solid;
    cursor: pointer;
    font-family: latolight,sans-serif;
    padding: 5px 20px;
    margin-top: 10px;
    display: inline-block;
}
.video-text a:hover {
    background: rgba(0,0,0,0.5);
    border: 1px solid transparent;
}
@media screen and (max-width: 414px) {
	.video-text a{color: #333;font-size:1.1rem;}
}