.parallax-slider .bg-image {
  width: 100%;
  height: 100%;
}

.kl-parallax {
  width: 100%;
  overflow-y: hidden;
  display: block;
}
.kl-parallax .parallax-window {
  position: relative;
  z-index: 100;
}
.kl-parallax .contact-banner {
  position: relative;
  height: 100%;
  width: 100%;
}
.kl-parallax .contact-banner .parallax-slider .bg-image {
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.kl-parallax .contact-banner .parallax-lazyload {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #251727;
  z-index: -101;
}
.kl-parallax .contact-banner .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: url("./stripe-overlay.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.kl-parallax .contact-banner .overlay:before {
  content: "";
  position: absolute;
  z-index: 100;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 88%, black 100%);
  opacity: 0.45;
}
.kl-parallax .contact-banner .fixed-content {
  background-color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  z-index: 110;
  position: relative;
  transform: scale(1);
  transition: background-color 100ms ease-in-out, transform 100ms ease-in-out;
  will-change: transform, background-color;
}
.kl-parallax .contact-banner .fixed-content:hover {
  background-color: #232323;
  transform: scale(1.005);
}
.kl-parallax .contact-banner .fixed-content a {
  padding: 16px 20px 14px;
  display: inline-block;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.1;
}
@media (min-width: 576px) {
  .kl-parallax .contact-banner .fixed-content a {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .kl-parallax .contact-banner .fixed-content a {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .kl-parallax .contact-banner .fixed-content a {
    font-size: 4vw;
  }
}
@media (min-width: 1200px) {
  .kl-parallax .contact-banner .fixed-content a {
    font-size: 3.4vw;
  }
}
@media (min-width: 1920px) {
  .kl-parallax .contact-banner .fixed-content a {
    font-size: 4.125rem;
  }
}
