@charset "UTF-8";
/* RWD 2026 for RJ by Mr Atif BUX */

.hero-image {
  width: 100%;
  height: clamp(200px, 50vh, 600px);
  object-fit: cover;
  object-position: center top;
}

@media (max-width: 767px) {
  .hero-image {
    height: 38vh;
    object-position: 40% top;
  }
}