.hero-wrapper {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
  height: 60vh;
  max-height: 700px;
  min-height: 350px;
  overflow: hidden;
}

.hero-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.95) contrast(0.9);    
}
 
.location-row {
  margin-bottom: 60px;
  align-items: center;
}

.location-card {
  padding: 0 40px;
}

.gallery-img-lux {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

@media (max-width: 767px) {
  .location-row {
    text-align: center;
  }

  .location-card {
    padding: 0;
  }
}
