#parallaxImage {
  z-index: -2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 42vw;
  min-width: 1250px;
  min-height: 650px;
  overflow: hidden;
  background-image: url("../img/VideoPoster.jpg");
  background-position: center -100px;
  background-size: cover;
  background-repeat: no-repeat;
}
