.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  display: block;
}

.text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-overlay .text {
  position: absolute;
  color: #00baff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.up {
  top: 30%;
}

.down {
  bottom: 5%;
}

.left {
  left: 5%;
  top: 55%;
}

.right {
  right: 5%;
  top: 55%;
}

.text-overlay .top-left {
  top: 40%;
  left: 10%;
  color: gray;
}

.text-overlay .top-right {
  top: 40%;
  right: 10%;
  color: gray;
}

.bottom-left {
  bottom: 15%;
  left: 15%;
  color: gray;
}

.text-overlay .bottom-right {
  bottom: 15%;
  right: 10%;
  color: gray;
}
