
.video-block {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.video-block .content-wrapper {
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
}
.video-block #video-frame {
  display: block;
  height: 47vw;
  max-height: 730px;
  object-fit: cover;
  width: 100%;
}
.video-block .video-controls {
  display: flex;
    align-items: center;
    justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.video-block .video-controls .button-hidden {
  display: none;
}
.video-block #play-button {
  cursor: pointer;
}
.video-block #pause-button {
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  position: absolute;
}

/***************   Mobile    ***************/
