.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.play-pause-button {
  display: none;
}

.body {
  background-color: #000;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.background-video {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  margin: auto;
}


