/* Keep the hero caption inside the mobile image frame. */
@media (max-width:575px){
  .ribbon-hero figcaption{left:12px;right:12px;max-width:none}
}
