@media (min-width: 768px) {
  #events-grid>.grid-item {
    z-index: 3;
    flex-basis: 100%;
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 5px;
    background: black;
  }

  #articles-grid-container > .grid-item > img {
    height: calc(100vw * 0.46375 * 0.5);
  }
}