img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
img {
  loading: lazy;
}