.tui-video-container {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;

  iframe {
    width: 100%;
    height: 100%;
    position: absolute;
  }
}

.imagepage,
.image-modal {
  .tui-video-container {
    margin: $margin-normal 0;

    @include breakpoint(sm) {
      margin: $margin-double 0;
    }
  }
}
