/* Keep the CareWise Promise artwork above the brand's solid quote colour. */
.quote {
  background-color: #09283c !important;
  background-image:
    linear-gradient(90deg, rgba(4, 36, 49, .83), rgba(4, 36, 49, .68)),
    url('../images/carewise-online-learning-parallax.png') !important;
  background-position: center center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .28);
}

@media (max-width: 760px), (prefers-reduced-motion: reduce) {
  .quote { background-attachment: scroll !important; }
}
