.videoWrap
{
	width:100%;
	position:relative;
	margin:0 auto;
}
.vidoeOverlay
{
background:rgba(0,0,0,0.7);
height:100%;
width:100%;
left:0;
top:0;
position:absolute;
display:flex;
align-items:center;
justify-content:center;
}
.play-btn
{
width:70px;
border:none !important;
}
.play-btn:focus
{

border:none !important;
outline:none !important;
}
video{
height:100%;
width:100%;
}

.guidevideotitle{
margin-bottom:50px}