/* Add custom CSS styles below */ 
.hero-video{
  width:100%;
  height:100vh;
  overflow:hidden;
}

.hero-video video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}