/* V33 — move desktop hero navigation indicators upward */
@media (min-width:1181px){
  .home-page .luxury-hero-dots{
    bottom:50px!important;
  }
}

@media (min-width:901px) and (max-width:1180px){
  .home-page .luxury-hero-dots{
    bottom:46px!important;
  }
}
