/* Remove all bubble and water droplet animations */
.bubble-container,
.bubble,
.water-droplet {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
