body.home .custom-simple-slider{position:relative;width:100vw;height:100vh;margin-left:calc(-50vw + 50%);overflow:hidden;background-color:#000}body.home .custom-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center center;opacity:0;transition:opacity 1s ease-in-out;z-index:1}body.home .custom-slide.active{opacity:1;z-index:2}body.home .custom-simple-slider:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(rgba(0,0,0,.4) 1px,transparent 1px);background-size:4px 4px;pointer-events:none;z-index:3;opacity:.6}