**Problem** hover effect on Sponsors logo  **Reason** anchor tag has display: inline style as default. **Solution** add style `display: block`  We could also discuss if this is the right hover effect for images. It works well for text links but for images, we could go another way.