/** temp workaround file because
 some other mods didnt get put in the .less files
 and are only in style.css
 */
a.front-coalcost {
    display: block;
    width: 256px; height: 298px;
    background: url('../front/salamander_newspaper1b.jpg') no-repeat 0 0;
    background-size: cover;
    overflow: hidden;
    text-indent: -15000px;
    font-size: 0;
    line-height: 0;
}

a:hover.front-coalcost {
    background: url('../front/salamander_newspaper2b.jpg') no-repeat 0 0;
    background-size: cover;
}

a.front-mesoreprint {
    display: block;
    width: 569px; height: 298px;
    background: url('../front/BEE_Mesoreprint.jpg') no-repeat 0 0;
    overflow: hidden;
    text-indent: -15000px;
    font-size: 0;
    line-height: 0;
    background-size: cover;
}

a:hover.front-mesoreprint {

}

a.front-webstore-new {
    display: block;
    width: 331px; height: 215px;
    background: url('../front/Get_Beehive_Art_2.jpg') no-repeat 0 0;
    overflow: hidden;
    text-indent: -15000px;
    font-size: 0;
    line-height: 0;
    background-size: cover;
}

a.front-contact-new {
    display: block;
    width: 163px; height: 214px;
    background: url('../front/contact_resized_1.jpg') no-repeat 0 0;
    overflow: hidden;
    text-indent: -15000px;
    font-size: 0;
    line-height: 0;
    background-size: cover;
}

a:hover.front-contact-new {
    background: url('../front/contact_resized_2.jpg') no-repeat 0 0;
    background-size: cover;
}