Hi, in my homepage the “Banner with mask” item has a css issue in Firefox.
The following code seems to don´t take affect in this browser, so the text (in mobile) gets HUDGE and out of the box:
@media only screen and (max-width: 1500px) and (min-width: 650px)
.banner.responsive-fonts .banner-content .content-inner > p {
zoom: .75;
}