
/*Fixes a padding issue in Firefox.
Firefox flex items get their vertical padding from height, not width.
This fixes the responsive image issue on the hall of fame page.
*/
[data-id="34"] .amsd-item.grid {
    display: block;
}