.item-letter-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.item-letter {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  width: 100%;
  position: relative;
}

.item-letter-text {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  font-size: 14vh;
}