.tuile-preview {
  position: relative;
  height: 206px;
}

.tuile-content-preview {
  position: absolute;
  top: 55px;
  left: 67px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tuile-image {
  max-width: 30%;
  height: auto;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 55px;
  left: 47px;
}

.tuile-content-preview-item1 {
  background-color: black;
  opacity: 0.7;
  border-radius: 5px;
  margin-top: 7px;
  position: absolute;
  top: 45px;
  padding: 2px 5px;
  font-size: 0.7em;
  font-weight: bold;
}

.tuile-content-preview-item2 {
  position: absolute;
  top: 75px;
  font-size: 0.7em;
}

.hexagon {
  font-size: 135px;
}