.motherday-top {
  width: 100%;
  background-size: cover;
  background: url("http://cafe-inspector.com/general/img/motherday/mothersday.jpg") center top;
  height: 90px;
}

@media screen and (max-width:600px){
  .motherday-top {
      width: 100%;
      background-size: 824px;
      background-image: url("http://cafe-inspector.com/general/img/motherday/mothersday.jpg");
      height: 90px;
      background-repeat: no-repeat;
      background-position: -275px 0;
  }
}

.motherday-gift {
  max-width: 100%;
}

.motherday-gift-nav img{
 max-width: 100%; 
}