.hero-galleries{position:relative;width:100%}.hero-gallery{position:absolute;top:0;left:0;width:100%;opacity:0;transition:all 3s ease-in-out}.hero-gallery.active{opacity:1;z-index:2;pointer-events:auto}.rjg-msg{color:#c00}.hero-gallery img{opacity:0;transition:opacity 1.5s ease-in-out}.hero-gallery.active img{opacity:1}