.vmh-container {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  max-height: 300px;
  margin-bottom: calc(1.375rem + 1.5vw);
  background-color: #338ec7;
}

@media (min-width: 1200px) {
  .vmh-container {
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 992px) {
  .vmh-container {
    max-height: 300px;
  }
}

.vmh-container .vmh-background {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.vmh-container .vmh-background:empty {
  min-height: 300px;
}

@media screen and (min-width: 992px) {
  .vmh-container .vmh-background:empty {
    min-height: 300px;
  }
}

.vmh-container .vmh-background > img,
.vmh-container .vmh-background > picture,
.vmh-container .vmh-background > video {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.vmh-container .vmh-background > iframe {
  position: absolute;
  z-index: 1;
  width: 100vw;
  height: 100%;
  min-height: 34vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.vmh-container .vmh-background .varbase-video-player.embed-responsive {
  width: 100vw;
  height: 100%;
}

.vmh-container .vmh-content-wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  /* Safari 6.1+ */
  /* IE 10 */
  flex: 1;
  flex-flow: wrap;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.vmh-container .vmh-content {
  padding: calc(1.5rem + 3vw) 1rem;
}

@media (min-width: 1200px) {
  .vmh-container .vmh-content {
    padding: 3.75rem 1rem;
  }
}

.vmh-container .vmh-page-title {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  text-align: center;
  color: #fff;
  font-size: calc(1.3125rem + 0.75vw);
  font-weight: bolder;
}

@media (min-width: 1200px) {
  .vmh-container .vmh-page-title {
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 992px) {
  .vmh-container .vmh-page-title {
    font-size: calc(1.4875rem + 2.85vw);
  }
}

@media screen and (min-width: 992px) and (min-width: 1200px) {
  .vmh-container .vmh-page-title {
    font-size: 3.625rem;
  }
}

.vmh-container .vmh-breadcrumb .breadcrumb {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: none;
  font-size: 0.75rem;
}

.vmh-container .vmh-breadcrumb .breadcrumb a,
.vmh-container .vmh-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .vmh-container .vmh-breadcrumb .breadcrumb {
    font-size: 0.875rem;
  }
}

.vmh-container .vmh-breadcrumb .breadcrumb .active {
  display: none;
}
