.hero.hero-wide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.user-is-tabbing :focus {
  outline: 1px dotted currentColor;
  outline-offset: 2px; }

.hero .media--type-video {
  position: relative; }
  .hero .media--type-video ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 99; }
    .hero .media--type-video ul li {
      display: inline-block;
      margin: 0; }
      .hero .media--type-video ul li button {
        background: #fff;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: none;
        font-size: calc(14px + (14 - 14) * ((100vw - 300px) / (1600 - 300)));
        font-family: "Work Sans", sans-serif;
        font-weight: 600;
        color: #B31B1B;
        cursor: pointer;
        text-transform: uppercase;
        display: none;
        justify-content: center;
        align-items: center;
        padding: 0; }
        .hero .media--type-video ul li button.show {
          display: flex; }
        .hero .media--type-video ul li button:hover, .hero .media--type-video ul li .user-is-tabbing button:focus, .user-is-tabbing .hero .media--type-video ul li button:focus {
          background: #B31B1B;
          color: #fff; }

.hero.hero-standard .media--type-video video {
  width: 100%;
  height: auto; }

.hero.hero-wide .block-fieldblock.media-background {
  height: 100%; }
  .hero.hero-wide .block-fieldblock.media-background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1; }
  .hero.hero-wide .block-fieldblock.media-background div {
    height: 100%; }

.hero.hero-wide video {
  position: absolute;
  top: 0; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .hero.hero-wide video {
      top: 50% !important;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: auto; } }
  @supports (-ms-ime-align: auto) {
    .hero.hero-wide video {
      top: 50% !important;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: auto; } }
