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

img {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.background-video {
  width: 100%;
  height: 800px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  max-width: 600px;
  text-align: center;
}

.play-pause-button {
  width: 20%;
}

@media screen and (max-width: 479px) {
  .background-video {
    height: 500px;
  }
}
