#agripon {
  .event-banner {
    display: grid;
    justify-content: center;
    margin: 40px auto;

    img {
      transition: all 300ms ease-out;
    }

    a:hover img {
      opacity: 0.7;
    }
  }
}
