

a.jubilee-icon {
    display: block;
    float: right;
    width: 70px;
    height: 90px;

    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}


/**
 * 11.0 - Media Queries
 */


/**
 * 11.2 - <= 900px
 */

@media screen and (max-width: 900px) {

    #mobile-navigation ul.menu > .menu-item.menu-item-jubilee {

    }
    #mobile-navigation ul.menu > .menu-item.menu-item-jubilee a.jubilee-icon {
        position: relative;
        background-color: #fff;
        background-position: center;
        padding: 0;
        padding-bottom: 20%;
    }


    a.jubilee-icon {
        float: none;
        width: auto;
        height: auto;
        background-size: cover;
        background-position: center;
    }

}