.mealButton {
    background-image  : url("https://www.thegymfinder.com/diet/prep_inactive.jpg");
    background-repeat : no-repeat;
    background-size   : 100px 68px;
    border            : none;
    padding           : 0px 0px;
    width             : 100px;
    height            : 68px;

}
.mealButton:hover {
    background-image  : url("https://www.thegymfinder.com/diet/prep_active.jpg");
    background-repeat : no-repeat;
    background-size   : 100px 68px;
    border            : none;
    padding           : 0px 0px;
    width             : 100px;
    height            : 68px;
}
