body { display: flex; align-items: center; justify-content: center; overflow: hidden; } img { display: block; width: 100%; height: 100%; object-fit: contain; }