.full-width-image {
  position: relative;
  background: inherit;
  width: 100%;
  margin-bottom: $margin-double;

  @include breakpoint(sm) {
    height: 695px;
  }

  .tui-media {
    @include breakpoint(sm) {
      height: 695px;
      padding-bottom: 0;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1;
      overflow: hidden;
    }
  }

  img,
  video {
    width: 100%;
    vertical-align: bottom;

    @include breakpoint(sm) {
      display: inline-block;
      position: absolute;
      top: -100%;
      bottom: -100%;
      left: -100%;
      right: -100%;
      margin: auto;
      width: auto;
      z-index: 2;
    }
  }

  img {
    @media only screen and (min-width: 769px) {
      width: 992px;
    }

    @media only screen and (min-width: 993px) {
      width: 1200px;
    }

    @media only screen and (min-width: 1201px) {
      width: 1440px;
    }

    @media only screen and (min-width: 1441px) {
      width: 100%;
    }
  }

  .main-content {
    padding: 0;
    position: relative;
    z-index: 5;
  }
}
