.thumbnailMenu h1 {
  text-align: center;
}

.tileMenu {
  padding: 2em 0;
  min-height: 55vh;
}

.tileInner {
  position: relative !important;
  width: 96%;
  margin: 0 1% 2% 1%;
  overflow: hidden;
  transition: 0.5s;
  -webkit-box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.42);
  box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.42);
}

.tileInner:hover {
  width: 100%;
  margin: 0;
}

.tileImg {
  width: 100%;
  height: auto;
}

.tileDesc {
  position: absolute;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 9em;
  z-index: 5;
  color: white;
}

.colored {
  color: #005098;
}

.posTile_1 {
  top: -0.45em;
  left: -0.1em;
}

.posTile_2 {
  top: -0.45em;
  right: -0.1em;
}

.posTile_3 {
  top: 33%;
  left: 0;
  width: 100%;
  text-align: center;
}

.posTile_4 {
  bottom: -0.45em;
  left: -0.1em;
}

.posTile_5 {
  bottom: -0.45em;
  right: -0.1em;
}

@media only screen and (max-width: 999px) {
  .tileDesc {
    font-size: 7em;
  }
}
