.floating-icon-wrapper{position:fixed;right:20px;top:50%;transform:translateY(-50%);z-index:9999}.floating-icon img{animation:pulse-animation 3s infinite;background:hsla(0,0%,100%,.5);border-radius:100px;cursor:pointer;height:auto;width:60px}@keyframes pulse-animation{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@media (max-width:768px){.floating-icon-wrapper{right:10px}}