.hero-slider {
  min-height: 500px;
}
.hero-slider__slide {
  position: relative;
}
.hero-slider__text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.hero-slider__image {
  min-height: 500px;
}
.hero-slider .hero-slider-text__headline {
  color: white;
  background-color: #B80101;
  height: 30px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 10px;
}
.hero-slider .hero-slider-text__headline::before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 0 0 30px 10px;
  border-color: transparent transparent #B80101 transparent;
  position: absolute;
  top: 0;
  left: -10px;
}
.hero-slider .hero-slider-text__headline::after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 0 0 30px 10px;
  border-color: transparent transparent transparent #B80101;
  position: absolute;
  top: 0;
  right: -10px;
}
.hero-slider .hero-slider-text__content h1 {
  font-size: 75px;
  line-height: 75px;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: 700;
}
@media (max-width: 768px) {
  .hero-slider .hero-slider-text__content h1 {
    font-size: 55px;
    line-height: 55px;
  }
}
/*# sourceMappingURL=view.css.map */