#floating-image-link{position:fixed!important;right:20px;bottom:20px;z-index:99999!important;line-height:0;animation:fadeInUp 0.5s ease-out}#floating-image-link img{display:block;width:160px;height:auto;border-radius:14px;transition:transform 0.25s ease,box-shadow 0.25s ease}#floating-image-link:hover img{transform:translateY(-3px) scale(1.05)}@keyframes fadeInUp{from{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:480px){#floating-image-link img{width:80px}}