.eira-story__mark {
  aspect-ratio: 4 / 3;
  background-image: url("TiendaPNG.png");
  background-position: center center;
  background-size: cover;
  min-height: 0;
  overflow: hidden;
}

.eira-story__image {
  display: block;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

@media (max-width: 749px) {
  .eira-story__mark {
    aspect-ratio: 4 / 3;
    width: 100%;
  }
}
