/* =====================================================================
   Steel Tongue Drum | What's in the box hero image
   Append to Stores/US/Product-STD/css/product-inclusions.css
   ===================================================================== */

.drum-box__hero {
  padding: 10px 10px 4px;
}

.drum-box__hero-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
  background: #eef6fb;
}

@media (max-width: 600px) {
  .drum-box__hero { padding: 8px 8px 2px; }
}
