.floating-image{position:absolute;left:0;width:60px;animation:floatAround 4s ease-in-out infinite}@keyframes floatAround{0%{transform:translate(0)}25%{transform:translate(80px)}50%{transform:translate(90px,20px)}75%{transform:translateY(50px)}to{transform:translateY(10px)}}.floating-image-4{width:310px;animation:floatUpDown 4s ease-in-out infinite;background-size:contain;background-repeat:no-repeat;position:absolute;top:150px;right:0;width:210px;height:200px;z-index:-1}@media (max-width:600px){.floating-image-4{top:120px;right:10%;width:110px;height:100px}}.floating-image-5{animation:floatUpDown 4s ease-in-out infinite;background-size:contain;background-repeat:no-repeat;position:absolute;bottom:0;left:0;width:210px;height:200px;z-index:-1}@media (max-width:600px){.floating-image-5{bottom:0;left:0;width:110px;height:100px}}