.video {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #1C181F;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.js-play {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  background: linear-gradient(0deg, rgba(6,14,131,1) 0%, rgba(12,25,180,1) 100%);
  border: 2px solid #fff;
  border-radius: 8px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 22px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 2.8;
  transform: translateX(-50%) translateY(-50%);
}