.hero-tus-banner {
  position: relative;
  width: 75%;
  max-width: 1800px;
  margin: 20px auto 40px auto;
  border-radius: 40px;
  overflow: hidden;
  height: 60vh;          /* Yükseklik oranlı */
  min-height: 400px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.TUS-img {
  width: 100%;
  height: 100%;
  object-fit: cover;      /* Görsel orantılı dolacak */
  object-position: center;
  display: block;
}
