#videoDiv2 {
	width:100%; 
	margin:auto; 
	display:block; 
	position: relative; 
	background-color: #0F2A48;
} 
#video2 {
	width:100%; 
	height:auto 
} 
#videoMessage2 {
position: absolute; top: 0; left: 0;
display: flex;
flex-direction: column; 
justify-content: center;
align-items: center; 
width: 100%;
height: 100%;
background-color: rgba(15,42,72,.5);
}#videoDiv2 #videoMessage2 h2 {
    color: #E6E6E6;
}
#videoDiv2 #videoMessage2 h2 {
    font-size: 85%;
}
