.banner {
  margin: 0 auto 30px !important;
  padding: 0 15px;
  max-width: 1830px;
}
.banner-container-wrap {
  position: relative;
  padding: 22px 0;
  border-radius: 30px;
  overflow: hidden;
}
.banner-container-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.banner-container-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-container-content {
  position: relative;
  top: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-flow: column;
  justify-content: center;
  max-width: 80%;
  margin: auto;
  height: 100%;
}
.banner-container-content-backdrop {
  position: absolute;
  background: #000000 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.5;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.banner-container-content h5 {
  letter-spacing: 3px;
  font-family: Montserrat;
  line-height: 1.5;
  color: #ffffff;
  text-shadow: 0px 5px 15px rgba(90, 0, 2, 0.3019607843);
  text-transform: uppercase;
  opacity: 1;
}
.banner-container-content h5 {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .banner-container-content h5 {
    font-size: calc(14px + 2 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  .banner-container-content h5 {
    font-size: 16px;
  }
}
.banner-container-content h1 {
  font-family: Montserrat;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.72px;
  color: #ffffff;
  text-shadow: 0px 5px 15px rgba(90, 0, 2, 0.3019607843);
  opacity: 1;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.banner-container-content h1 {
  font-size: 50px;
}
@media screen and (min-width: 320px) {
  .banner-container-content h1 {
    font-size: calc(50px + 6 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  .banner-container-content h1 {
    font-size: 56px;
  }
}
.banner-container-content h1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #ff5959 0% 0% no-repeat padding-box;
  width: 75px;
  height: 10px;
}
@media (min-width: 992px) {
  .banner {
    margin: 0 auto !important;
  }
  .parent-page .banner-container-wrap {
    padding-top: 30px;
  }
  .banner-container-content h1 {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
