.wall-tile-menu {
  position: relative;
  display: block;
  height: 100px;
  width: 400px;
  margin-bottom: 1px;
  /* background-image: url("../src/img/ui/grout-button-bg.png");
  opacity: 1; */
}

.wall-tile-button {
  position: absolute;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  left: 0px;
  cursor: pointer;
  height: 100px;
  width: 400px;
  opacity: 0;
}

#wall-tile-button-selection {
  width: 395px;
  height: 95px;
  background-color: white;
  position: absolute;
  top: 2px;
  left: 2px;
  opacity: 0;
}

#wall-tile-button-bg {
  width: 395px;
  height: 95px;
  background-color: white;
  position: absolute;
  top: 2px;
  left: 2px;
  background-image: url("../src/img/ui/grout-button-bg.png");
  opacity: 0.8;
}

#wall-tile-thumbnail {
  position: absolute;
  left: 0px;
  width: 80px;
  height: 80px;
  color: white;
  top: 10px;
  left: 10px;
}

#wall-tile-name {
  position: absolute;
  top: 2px;
  left: 100px;
  font-size: 18px;
  color: white;
  font-family: 'Nunito Sans';
  font-weight: bold;
  text-align: left;
}

#wall-tile-details {
  position: absolute;
  top: 25px;
  left: 100px;
  color: white;
  overflow-wrap: break-word;
  text-align: left;
  font-family: 'Nunito Sans';
  font-size: 14px;
}
