.screenshots { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: .5em; } .screenshot { width: 100%; padding-top: 100%; border: 1px #DDDDDD solid; border-radius: 2px; background-color: white; position: relative; display: flex; justify-content: center; align-items: center; box-sizing: border-box; a { position: absolute; top: 2px; right: 2px; bottom: 2px; left: 2px; display: flex; justify-content: center; align-items: center; } img { position: absolute; top: 2px; right: 2px; bottom: 2px; left: 2px; object-fit: cover; } }