/* Compatibility styles for blocks restored from the old blocks-turhat directory. */
.hero-bg-media {
  max-height: 24rem;
}

.hero-bg-content {
  padding-top: 16rem;
}

@media screen and (min-width: 768px) {
  .hero-bg-media {
    max-height: none;
  }

  .hero-bg-content {
    padding-top: 0;
  }
}
