/* images_display_fix.css — safe defaults */
.tile img{
  width:100%;
  height:220px;
  object-fit:cover;
}
