/* Rollover Image */
.serving {
    height:275px;
    width:275px; 
    background: url("img/soplain.png") no-repeat;
    display: inline-block;
}

.serving:hover {
  background: url("img/sohover.png") no-repeat;
}

.making {
    height:275px;
    width:275px; 
  background: url("img/madplain.png") no-repeat;
  display: inline-block;
}

.making:hover {
  background: url("img/madhover.png") no-repeat;
}
