.heroCtn{justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.heroBkg{z-index:1;opacity:.4;background:#000;width:100%;height:100%;position:absolute;top:0;left:0}.heroCtn:after{content:"";z-index:12;background:linear-gradient(90deg,#b818dc,#ff00b2,#ff022c,#b818dc,#ff00b2,#ff022c,#b818dc) 0 0/200% 100%;width:100%;height:5px;animation:3s linear infinite gradientShift;position:absolute;bottom:0;left:0}.heroImage{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.heroTitle{z-index:2;color:#fff;text-align:center;padding:0 9%;font-size:4.4vw;font-weight:500;line-height:1.2em;transition:opacity 1s;position:relative}@media screen and (max-width:1100px){.heroCtn{height:500px}.heroTitle{padding:0 5%;font-size:9vw}}
