/* .filterDiv
  display: none; /* Hidden by default */
.events-grid{
  display: none;
}
.events-grid.active{
  display: flex;
}
/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

@media (max-width: 500px){
.page-header {
    height: 95vh;
    background-position: 36%;
}
}
