* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

#menu-tile,
#specials-tile {
  height: 250px;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  /* border: 2px solid #3F0C1F; */
  overflow: hidden;
}

#dp-tile {
  height: 250px;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  /* border: 2px solid #3F0C1F; */
  overflow: hidden;
  color: #000;
}

#dp-tile {
  background: url('/books/dp/images/kaft.jpg') no-repeat;
  background-position: center;
}

#menu-tile {
  background: url('../assets/images/books/TUTP.jpeg') no-repeat;
  background-position: center;
}

#specials-tile {
  background: url('../assets/images/books/israel spiritual.jpeg') no-repeat;
  background-position: center;
}

#menu-tile span,
#specials-tile span,
#dp-tile span {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: center;
  font-size: 1.6em;
  text-transform: uppercase;
}