/* css/image.css */
.image{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}