  img.img-autosize-portrait {
  aspect-ratio: 3/4;
  object-fit: cover;
}
img.img-autosize-landscape {
  aspect-ratio: 4/3;
  object-fit: cover;
}