.video-box {
  position: fixed;
  top: 0px;
  z-index: 1000;
  left: 0px;
  background-color: #504ee4e1;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-box video {
  width: 70vw;
}

.video-box {
  display: none;
}

.video-box .pos-relative {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-box video {
  width: 70vw;
}

.video {
  width: 80vw;
  height: 80vh;
}

.btn-cross {
  cursor: pointer;
  z-index: 1001;
  position: absolute;
  top: 5%;
  right: 7%;
}

.btn-cross svg:hover {
  color: #000000;
}

.btn-cross svg {
  color: white;
  width: 40px;
  height: 40px;
}

@media only screen and (min-width: 1200px) {
  .video-box video {
    width: 90vw;
  }
  .video-box video {
    width: 90vw;
  }
}
