Adding a Video Banner in Dreamweaver CC 2018

Published 2018-09-24
.banner {
height: 90vh;
background: linear-gradient(rgba(15,199,255,0.74),rgba(15,199,255,0.74));
/* background: #67D8F5;*/
/* background: url(../img/banner.jpg);*/
font-size: 80px;
color: white;
line-height: 90vh;
text-align: center;
background-size: cover;
text-shadow: 3px 3px #666;
}
video {
position: fixed;
top: 50%;
left: 50%;
z-index: -100;
transform: translateX(-50%) translateY(-50%);
}
.content-parent {
width: 100%;
background: #F1F1F1;
padding-top: 20px
}