/* Hide things when the screen isn't very wide. */
@media only screen and (max-width: 52em) {
    .mega-hide-on-mobile {
        display: none;
    }
}
