.p-top-fv {
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
  background-image: none;
}

.p-top-fv--video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .p-top-fv--video {
    height: 100%;
    width: auto;
  }
}
