

@media screen and (min-width: 768px) {
  .tile-promo-component:not(.dla_roll_over) .tile-promo-component__content--center {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto !important;
  }
  .dla-hero-section .dla-hero-content {
    padding: 4em;
  }
  .dla-hero-section .dla-hero-content--bottom-right, .dla-hero-section .dla-hero-content--top-right, .dla-hero-section .dla-hero-content--top-left, .dla-hero-section .dla-hero-content--bottom-left {
    max-width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .dla-hero-section .dla-hero-content--bottom-right, .dla-hero-section .dla-hero-content--top-right, .dla-hero-section .dla-hero-content--top-left, .dla-hero-section .dla-hero-content--bottom-left {
    max-width: 40%;
  }
}

