/* Override styles for trade union logos */

/* Trade union column styling */
.column.cust.trade {
    max-width: 33%;
}

/* UNISON logo background */
.logo-container.unison {
    background-image: url('../images/unison-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* GMB logo background */
.logo-container.gmb {
    background-image: url('../images/GMB_trade_union_logo.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* MUINSURE logo background */
.logo-container.muinsure {
    background-image: url('../images/logo-landscape.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
