.block-teaserblock {}

.block-teaserblock .teaser {}

.block-teaserblock .overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

.block-teaserblock .teaser .content-con {
  z-index: 2;
}

.block-teaserblock .teaser h2 {
  font-family: 'Black Mustang', sans-serif;
  font-size: 4rem;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
}

.block-teaserblock .rotate-180 {
  transform: rotate(180deg);
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .block-teaserblock .teaser h2 {
    font-size: 6rem;
  }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1600px) {}
