/*change the min height from 100vh to custom value*/
div[id^="custom-hero-carousel"] .hero-image__base{min-height:650px;}
@media screen and (max-width: 900px) {/*atlas defined breakpoint*/
	div[id^="custom-hero-carousel"] .hero-image__base{min-height:80vh;}
}

/*remove ugly gray from arrows and set to black instead on normal, hover, and focus*/
div[id^="custom-hero-carousel"] .cmp-carousel__action{background-color: rgba(0,0,0,.5);}
div[id^="custom-hero-carousel"] .cmp-carousel__action:hover,div[id^="custom-hero-carousel"] .cmp-carousel__action:focus{background-color: rgba(0,0,0,1)!important;}

/*add animation to slide indicator*/
div[id^="custom-hero-carousel"] .cmp-carousel__indicator{transition:all ease .3s;}

/*SHOW SPECIFIC EDITS*/
div[id^="custom-hero-carousel-eccc-photos"] .hero-image__base{min-height:0;}
@media screen and (max-width: 900px) {/*atlas defined breakpoint*/
	div[id^="custom-hero-carousel-eccc-photos"] .hero-image__base{min-height:0;}
}

/*SHOW SPECIFIC EDITS*/
div[id^="custom-hero-carousel-paxw-sponsors"] .hero-image__base{min-height:0;}
@media screen and (max-width: 900px) {/*atlas defined breakpoint*/
	div[id^="custom-hero-carousel-paxw-sponsors"] .hero-image__base{min-height:0;}
}