.event-cover-full{max-height:none;object-fit:contain;background:#fff}
.event-gallery-section,.facebook-archive{padding-top:30px}
.event-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.event-gallery figure{margin:0;background:#fff;padding:12px}
.event-gallery img{width:100%;height:420px;object-fit:contain;background:#eef1f2}
.event-gallery figcaption{padding:12px 6px 5px;color:#526477;font-size:.9rem}
.event-gallery .gallery-wide{grid-column:1/-1}
.event-gallery .gallery-wide img{height:auto;max-height:720px}
.source-links-seven{grid-template-columns:repeat(3,1fr)}
.source-actions{display:flex;flex-wrap:wrap;gap:12px;margin:20px 0 8px}
.video-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.video-gallery article{background:#fff;padding:14px}
.video-gallery video{display:block;width:100%;max-height:520px;background:#081b3f}
.video-gallery h3{margin-top:16px}
.video-gallery p{margin-bottom:4px;color:#526477}
@media(max-width:560px){
  .event-gallery,.source-links-seven,.video-gallery{grid-template-columns:1fr}
  .event-gallery .gallery-wide{grid-column:auto}
  .event-gallery img{height:auto;max-height:520px}
}
