/* The title block sits inside the first column of the `pt-detail-split` grid
   (→ css/layout.css), so the page's top spacing is NOT here any more: it comes
   from the article's padding-top in node--event.css. What is left is the mobile
   gap between the back-link and the kicker (killed from md up by `mt-md-0`). */
.image-event-container {
  position: relative;
}


  .pt-event--full .lead {
    position: relative;
    color: #333;
    *{
      color: #333;
    }
  }
