I am working with images, and I ran across a problem with aspect ratios.
You can use this:
img { width: 500px; height: 600px; object-fit: contain; position: relative; top: 50%; transform: translateY(-50%); }