/*!
 * Bootstrap  v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.vmh-container {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: fit-content;
}

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

.vmh-container .vmh-background {
  position: relative;
  align-content: center;
}

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

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

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

.vmh-container .vmh-content-wrapper {
  display: flex;
  /* Safari 6.1+ */
  flex: 1;
     flex-flow: wrap;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  padding: 3.75rem 0;
}

@media (max-width: 991.98px) {
  .vmh-container .vmh-content-wrapper {
    padding: 2.5rem 0;
  }
}

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

@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.edge-image .vmh-content-wrapper {
  padding: 0;
}

@media (max-width: 991.98px) {
  .vmh-container.edge-image .vmh-content-wrapper {
    padding-top: 1.25rem;
  }
}

.vmh-container.edge-image .vmh-content-wrapper .vmh-content {
  align-self: center;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

@media (max-width: 991.98px) {
  .vmh-container.edge-image .vmh-content-wrapper .vmh-content {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.vmh-container.edge-image .vmh-background .vmh-media-wrapper {
  width: 50vw;
}

@media (min-width: 1921px) {
  .vmh-container.edge-image .vmh-background .vmh-media-wrapper {
    width: 40vw;
  }
}

@media (min-width: 2401px) {
  .vmh-container.edge-image .vmh-background .vmh-media-wrapper {
    width: 35vw;
  }
}

@media (min-width: 2900px) {
  .vmh-container.edge-image .vmh-background .vmh-media-wrapper {
    width: 25vw;
  }
}

@media (max-width: 991.98px) {
  .vmh-container.edge-image .vmh-background .vmh-media-wrapper {
    width: 100%;
  }
}

