.hero h1, h1.hero, h1 .hero {
 	rotate: -15deg;
  /*color: #FFFFFF;
  @supports (background-clip:text) or (-webkit-background-clip:text) {
    	color: transparent !important;
      background-clip: text;
      -webkit-background-clip: text;
      background-image: url(https://elegance.gsa.co.nz/images/herobg.webp) !important;
      background-size: cover;
      background-position: center;
    }
  filter: drop-shadow(0 0.5rem 0.5rem rgba(0, 0, 0, 0.33));*/
}

.feature-slideshow-background {
  position:absolute;
  top:0;
  z-index:-1;
}

.z100 {
 	z-index:100; 
}