/* img-styles */

img {
  --img-height: auto;
  height: var(--img-height);
  max-width: 100%;
}

.object-fit {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.img-wrap:has(.img-style-1),
.img-style-1 {
  border-radius: 12px;
  overflow: hidden;
}