#container,body{width:100%;height:100%}.drop,.drop:before{position:absolute;border-radius:0 50% 50%}body{overflow:hidden;background:#000;margin:0;padding:0}#canvas{position:absolute;filter:url("#liquid");opacity:.75}#container{position:absolute}.drop{bottom:100%;background:#fff;opacity:.6;animation:linear infinite fall;transform:rotate(90deg)}.drop:before{content:"";top:50%;left:50%;width:4px;height:4px;background:inherit;transform:translate(-50%,-75%)}@keyframes fall{to{transform:translate(-100px,100vh)}}.drop:nth-child(odd){animation-duration:1s}.drop:nth-child(2n){animation-duration:1.5s}.drop:nth-child(4n){animation-duration:2.2s;width:8px;height:8px;opacity:.7}.drop:nth-child(3n){animation-duration:2s;width:6px;height:6px}.drop:nth-child(5n){animation-duration:1.3s;width:12px;height:12px}#bottom-right-image{position:fixed;bottom:0;right:0;z-index:-128;max-width:20%;max-height:20%;width:auto;height:auto}