.from-blog .liquid-shape,.liquid-shape{animation:moveLiquid 5s ease-in-out infinite;transform-origin:right;clip-path:polygon(0 0,100% 0,100% 100%,0 100%);max-width:100%;max-height:100%}@keyframes moveLiquid{0%{transform:scaleX(1)}50%{transform:scaleX(1.7)}to{transform:scaleX(1)}}