/* Asegúrate de que esta clase está en tu archivo style.css */
.chocolate-drip {
    height: 150px; 
    /* ¡Verifica que esta RUTA es correcta! */
    background-image: url('../img/drip.png'); 
    background-size: 100% 100%;
    background-repeat: no-repeat; 
    background-position: top center;
    z-index: 10; 
}