.past-events-con{display:grid;grid-template-columns:1fr;gap:1em}.past-events-con .past-event-year-con{display:grid;grid-template-columns:1fr;gap:1em}.past-events-con .past-event-year-con .year-events-con{display:flex;flex-direction:row;justify-content:start;align-items:start;flex-wrap:wrap;gap:.5em}.past-events-con .past-event-year-con .year-events-con>.event{width:48%;position:relative;display:flex;flex-direction:column;font-size:13px}@media screen and (min-width:600px){.past-events-con .past-event-year-con .year-events-con>.event{width:48%}}@media screen and (min-width:921px){.past-events-con .past-event-year-con .year-events-con>.event{width:32%}}@media screen and (min-width:1100px){.past-events-con .past-event-year-con .year-events-con>.event{width:24%}}.past-events-con .past-event-year-con .year-events-con>.event img.wp-post-image{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;opacity:.75}.past-events-con .past-event-year-con .year-events-con>.event .event-details{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;height:80%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;flex-wrap:nowrap;padding:2px;background-color:rgba(255,255,255,.75)}.past-events-con .past-event-year-con .year-events-con>.event .event-title{font-size:15px;line-height:15px;width:100%;margin-bottom:0;color:var(--ast-global-color-1);text-shadow:1px 1px 1px #fff}.past-events-con .past-event-year-con .year-events-con>.event .event-date{color:#230704;text-shadow:1px 1px 1px #fff}