._wrapper_i73bx_1 {
  display: inline-grid;
  grid-template-areas: "stack";
}
._wrapper_i73bx_1 > * {
  grid-area: stack;
  min-height: 0;
}

._placeholder_i73bx_10 {
  width: 100%;
  height: 100%;
  background-color: #eee;
  background-position: center;
  background-size: cover;
}

._image_i73bx_18 {
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  transition: opacity 256ms ease-in-out;
}
._image_i73bx_18._loaded_i73bx_25 {
  opacity: 1;
}