/* video on main page*/
.startvideo {
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 5px;
  overflow:hidden;
  position:relative;
}
