On my personal site nineballstudio I am encountering a problem with the main headline text @min-width: 480px. I found out that it was because of the animate.css effect I've used to animate a fade in for this . Is there a way I can display:none for the (span) without it affecting the (span) at other widths? I've also tried the following:\[code\]@media only screen and (min-width: 480px){ span { display: none !important; }}\[/code\]Thanks, any help or suggestion would be greatly appreciated.