.dry-image {
  display: block;
  max-width: 100%;
  height: auto;

  // TODO: This is a temporary fix for the image not being centered in the container
  // object-fit: contain;
  // max-width: 100%;
  // max-height: 100%;
}
