html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  color: white; }

#mainContent {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 250px;
  cursor: pointer;
  border: 1px solid #010101;
  background: #fff; }

#mainContent div,
#mainContent img {
  position: absolute;
  overflow: hidden; }


#img01 {
  width: 300px;
  height: 250px;
  left: 0;
  top: 0; 
  transform: scale(1.3);
}

#nrw {
  width: 85px;
  height: 84px;
  top:9px;
  left: 108px;
  opacity: 0;
}
#date {
  width: 218px;
  height: 24px;
  top:102px;
  left: 41px;
  opacity: 0;
}

#course {
  width: 126px;
  height: 17px;
  top:141px;
  left: 87px;
  opacity: 0;
}
#lunch_copy {
  width: 222px;
  height: 48px;
  top:163px;
  left: 39px;
  opacity: 0;
}
#nyc_logo {
  width: 60px;
  height: 36px;
  top:205px;
  left: 12px;
  opacity: 0;
}
#terms {
  width: 125px;
  height: 9px;
  top:232px;
  left: 87px;
  opacity: 0;
}
#openTable_logo {
  width: 122px;
  height: 28px;
  top:205px;
  left: 15px;
  opacity: 0;
}
#cta {
  width: 142px;
  height: 96px;
  top:153px;
  left: 158px;
  opacity: 0;
}