.bg-container{justify-content:center;align-items:center;width:100%;max-height:50vh;display:flex;position:relative;overflow:hidden}.image{z-index:1;max-width:100%;max-height:100%}.mosquito{transform-origin:50%;z-index:5;filter:drop-shadow(3px 5px 5px #000);width:auto;height:30%;max-height:30vh;animation:4s ease-in-out infinite fly;position:absolute;top:30%;left:20%}@keyframes fly{0%{transform:translate(0)rotate(0)scale(1)}20%{transform:translate(40px,-20px)rotate(10deg)scale(1.05)}40%{transform:translate(60px,10px)rotate(-8deg)scale(.95)}60%{transform:translate(30px,30px)rotate(5deg)scale(1.1)}80%{transform:translate(-10px,10px)rotate(-5deg)scale(1)}to{transform:translate(0)rotate(0)scale(1)}}
