/* Cornershop Creative - FD 97609 - fix mobile captions not showing */
@media (max-width: 999px) {
  .hero-home-image {
    position: relative;
  }
  .hero-home-image-caption {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    z-index: 3;
    background: linear-gradient(
      to top,
      rgba(0,0,0,0.75) 0%,
      rgba(0,0,0,0.5) 40%,
      rgba(0,0,0,0) 100%
    );
  }
}
