/* Hero Slider Mobile Switch */
#HeroSlider .hero-desktop {
	display: block;
}
#HeroSlider .hero-mobile{
	display: none;
}

@media (max-width: 992px){
  #HeroSlider .hero-desktop {
    display: none;
  }

    #HeroSlider .hero-mobile {
        display: block;
    }
}
/* Hero Slider Mobile Switch */


/* Slider image contrast */
.carousel-fade .carousel-item img {
  filter:brightness(84%);
}

.bottom-16vh{
  bottom: 32px;
}

.bottom-25vh{
  bottom: 25vh;
}

