@charset "utf-8";

.kids-img-hero-wrap { position: relative; width: 100vw; left: 50%; margin-left: -50vw; margin-bottom: 0px; padding: 0px; overflow: hidden; background: rgb(255, 255, 255); line-height: 0; height: clamp(360px, 34vw, 500px); display: flex; align-items: center; justify-content: center; margin-top: 0px !important; }

.kids-img-hero-wrap img { width: 100%; height: 100%; display: block; background: rgb(255, 255, 255); object-fit: contain !important; object-position: center center !important; }

@media (max-width: 768px) {
  .kids-img-hero-wrap { height: clamp(240px, 52vw, 340px); }
}

@media (max-width: 480px) {
  .kids-img-hero-wrap { height: 240px; }
}