/*
 * Lion2 Signal — Wave 1 home density bridge, immutable revision 1.
 *
 * The base media module intentionally enables every service tile for the
 * mobile two-column mosaic. Its broad important selector also matched the
 * desktop-only `.mobile` virtual-sports tile, creating an invisible second
 * grid row between the five desktop tiles and the provider rack. Keep that
 * sixth destination available on mobile and remove only its desktop box.
 */

@media screen and (min-width: 981px) {
    body.lion2-skin.lion-skin[data-lion-page='home']
        #ajax-content#ajax-content#ajax-content .mpmenu1 > a.mobile {
        display: none !important;
    }
}
