.events { display: grid; width: 60%; grid-auto-rows: 14vw; grid-template-columns: repeat(auto-fit, 14vw); grid-gap: 1em; margin-left: auto; margin-right: 0; background-color: #ccc; } .event { position: relative; background-color: #fff; display: flex; align-items: center; justify-content: center; } .event img { position: absolute; object-position: center; object-fit: cover; height: 100%; width: 100%; } .event p { z-index: 1; }