/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 27 2026 | 13:05:47 */
.hero {
  min-height: 120vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .hero {
    min-height: 40vh;

    /* 🔥 NO CUTTING */
    background-size: contain;
    background-position: center;
    background-color: #000; /* fills empty space */
  }
}