.gif-row {
display: flex;
flex-wrap: wrap;
justify-content: center;
background-color: black;
padding: 20px;
}
.gif-container {
margin: 10px;
max-width: 200px;
max-height: 200px;
overflow: hidden;
}
.gif-container img {
width: 100%;
height: 100%;
object-fit: cover;
}