@keyframes pulse-animation{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}to{opacity:0;transform:scale(1.5);display:none}}#div1{padding:0;margin:0;position:fixed;left:0;top:0}#div1,#div1 img{z-index:9999;width:220px;height:80px;font-size:30px}.animated-bg,.bg-container{position:absolute;width:100%;height:100%}.bg-container{z-index:1;overflow:hidden}.animated-bg{object-fit:cover;opacity:0;transform-origin:center center}#bg1{animation:pulse-animation .75s cubic-bezier(.445,.05,.55,.95) infinite}#bg2{animation:pulse-animation .75s cubic-bezier(.445,.05,.55,.95) infinite .25s}#bg3{animation:pulse-animation .75s cubic-bezier(.445,.05,.55,.95) infinite .5s}#bg4{animation:pulse-animation .75s cubic-bezier(.445,.05,.55,.95) infinite .75s}.main-image-container{position:relative;width:75%;height:75%;z-index:2;display:flex;justify-content:center;align-items:center}.main-image{max-width:100%;max-height:100%;object-fit:contain;box-shadow:0 10px 30px rgba(0,0,0,.2);border-radius:2px}
