/**
 * @file
 * Visual styles for Top+'s background image block.
 */
.container-fluid .field--mt-background-image-block {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -125px;
  margin-bottom: 0;
}
.field--mt-background-image-block .block {
  padding-bottom: 25px;
  position: relative;
}
.region--no-paddings .field--mt-background-image-block .block {
  padding-bottom: 0;
}
.container .container {
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
.container .container2 {
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
}
.container .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.background-image-block__section {
  position: relative;
  padding: 90px 0 0 0;
  overflow: hidden;
  width: 100vw;
  max-height: 48.25vw;
}

@media (min-width: 992px) {
  .background-image-block__section {
    height: 48.25vw; /* height:width ratio = 9/16 = .5625 -.1 for floating margin */
    max-height: 100vh;
  }
}


.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.background-image.background-image--attachment-fixed {
  background-attachment: fixed;
}
.background-image.background-image--attachment-scroll {
  background-attachment: scroll;
}
@media (min-height: 1080px) , (min-width: 1920px) {
  .background-image {
    background-size: cover;
  }
}
.background-image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.background-image-block__section .background-image-overlay + .container,
.background-image-block__section .background-image-overlay + .container-fluid {
  background-color: transparent;
}
.touchevents .background-image.background-image--attachment-fixed {
  background-attachment: scroll;
}

@media (min-width: 992px) {
  .vimeo-adjust {
    margin-top: -20vmax;
    max-height: 48.25vw; /* height:width ratio = 9/16 = .5625 -.1 for floating margin */
  }
  .background-image-block__section {
    min-height: 48.25vw;
  }

}
@media (max-width: 991px) {
  .vimeo-adjust {
    margin-top: -159px;
    max-height: 100vw;
    height: 49.25vw;
  }
  .background-image-block__section {
    min-height: 48.25vw;
  }

}
@media (max-width: 767px) {
  .vimeo-adjust {
    margin-top: -159px;
    max-height: 100vw;
    height: 49.25vw;
  }
  .background-image-block__section {
    min-height: 48.25vw;
  }

}
@media (max-width: 441px) {
  .vimeo-adjust {
    margin-top: -121px;
    max-height: 120vw;
  }
  .background-image-block__section {
    min-height: 48.25vw;
  }

}