.home-hero {
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 110px) !important;
  display: flex;
  align-items: center;
  padding: 0 2rem;
}

.home-hero .home-hero-inner {
  box-sizing: border-box;
  color: #212529;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 3;
  max-width: 1248px;
  margin: 0 auto;
}

.home-hero .hero-inner-content {
  max-width: 520px;
  background-color: rgba(50, 33, 16, 0.85);
  padding: 4rem 2.5rem;
  z-index: 3;
}

.home-hero .hero-inner-content__copy {
  font-family: var(--awb-typography3-font-family);
  color: #fff;
  margin-bottom: 2em;
}

.home-hero .hero-inner-content__title {
  font-family: var(--awb-typography1-font-family);
  font-size: clamp(2.375rem, 3vw + 1.25rem, 3.5rem);
  line-height: 1.2;
  color: var(--awb-color4);
  margin-bottom: 0.5em;
  margin-top: 0;
  letter-spacing: -0.015em;
}

.home-hero .embed-container {
  height: 100%;
  left: 0px;
  line-height: 24px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0px;
  text-align: left;
  top: 0px;
  width: 100%;
  z-index: -1;
}

.home-hero .embed-container iframe {
  height: 56.25vw;
  left: 50%;
  line-height: 24px;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
}

.home-hero .video-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home-hero .video-bg-img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background-image: url(https://stg1919.wpengine.com/wp-content/uploads/1919_16_9_Still_Frame-resized.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
/* @media (min-width: 576px) {
  .video-bg-img {
    background-image: url(https://dev19nineteen.wpengine.com/wp-content/uploads/1919_16_9_Still_Frame-resized.jpg);
    background-size: cover;
  }
} */
/* Button */
.home-hero .cta_btn {
  align-items: center;
  background-color: transparent;
  border: 2px solid #dea02c;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "Miriam Libre", sans-serif;
  font-size: 0.875rem;
  justify-content: center;
  letter-spacing: 2.8px;
  line-height: 1;
  padding: 13px 29px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
  transition-duration: 0.2s;
  transition-property: color, background-color, border-color;
  transition-timing-function: linear;
}
.home-hero .cta_btn:hover {
  background-color: #dea02c;
}

.home-hero .cta_btn:visited,
.home-hero .cta_btn:active,
.home-hero .cta_btn:focus {
  color: #fff;
}

@media (max-width: 575px) {
  .home-hero {
    align-items: flex-end;
    min-height: calc(100vh - 65px);
  }
  .home-hero .home-hero-inner {
    justify-content: center;
  }
  .home-hero .hero-inner-content {
    background-color: transparent;
    text-align: center;
    padding: 2rem 2rem 3rem;
  }
  .home-hero .hero-inner-content__copy {
    display: none;
  }
  .home-hero .video-overlay {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  }
}
