.card__img img.one,
.card__img img.two,
.card__img img.three,
.card__img img.five,
.card__img img.six,
.card__img img.eight,
.card__img img.nine {
  display: block;
  width: auto;
  height: 14%;
}

.card__img img.four,
.card__img img.seven {
  display: block;
  width: auto;
  height: 100%;
}
.card__img img.comma {
  display: block;
  width: auto;
  height: 32%;
  margin-bottom: -4px;
  margin-left: -2px;
}
.card__img img.two {
  margin-bottom: 3px;
}
.container-num-and-comma {
  display: flex;
  align-items: flex-end;
  height: 14%;
  min-width: 6%;
}
@media screen and (min-width: 436px) {
  .card__img img.one,
  .card__img img.two,
  .card__img img.three,
  .card__img img.five,
  .card__img img.six,
  .card__img img.eight,
  .card__img img.nine {
    display: block;
    width: auto;
    height: 13%;
  }
  .container-num-and-comma {
    height: 13%;
  }
}
.container-num-and-comma.num-four-and-comma {
  min-width: 7%;
}
@media screen and (min-width: 436px) {
  .container-num-and-comma {
    min-width: 7%;
  }
  .container-num-and-comma.num-four-and-comma {
    min-width: 8%;
  }
}
/* =========== */
.card__wrap .main .card__img {
  width: 84%;
}
@media screen and (min-width: 436px) {
  .card__wrap .main .card__img {
    width: 91%;
  }
}
.markup-interactive.get-99 {
  position: relative;
  /* margin-bottom: 25px; */
  margin-top: 5px;
}
.markup-interactive.get-99.winner {
  margin-bottom: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 436px) {
  .markup-interactive.get-99 {
    /* margin-bottom: 15px; */
    margin-top: 15px;
  }
}

.five-1s-to-one-hundred {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 5px;
  z-index: 5;
}

.text-confirm-answer {
  font-size: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.text-confirm-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}
.for-float-wrapper .card__text {
  text-align: start;
  margin-bottom: 25px;
  font-size: 19px;
}
@media screen and (min-width: 436px) {
  .for-float-wrapper .card__text {
    margin-bottom: 20px;
    font-size: 17px;
  }
}

.starting-letter {
  display: flex;
  align-items: center;
  font-size: 34px;
  margin-right: 10px;
}
.drop-zone {
  height: 16vw;
  color: var(--main-text-color);
  font-size: 0px;
  font-weight: 800;
  padding: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: font-size 250ms;
}
@media screen and (min-width: 436px) {
  .drop-zone {
    height: 60px;
  }
}

.spot {
  width: 4vw;
  height: 4vw;
  border: 1px solid silver;
  border-radius: 50%;
  box-shadow: 1px 1px var(--main-text-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  background-color: #ffffffbf;
  opacity: 0;
  transition: all 200ms;
}

@media screen and (min-width: 436px) {
  .spot {
    width: 15px;
    height: 15px;
  }
}

.spot-1.show {
  animation: fade-in-out-1 600ms ease-in-out infinite;
}

.spot-2.show {
  animation: fade-in-out-2 600ms ease-in-out infinite;
}

.spot-3.show {
  animation: fade-in-out-3 600ms ease-in-out infinite;
}

.spot-4.show {
  animation: fade-in-out-4 600ms ease-in-out infinite;
}

.spot-5.show {
  animation: fade-in-out-1 600ms ease-in-out infinite;
}

.spot-6.show {
  animation: fade-in-out-2 600ms ease-in-out infinite;
}

.spot-7.show {
  animation: fade-in-out-3 600ms ease-in-out infinite;
}

.spot-8.show {
  animation: fade-in-out-4 600ms ease-in-out infinite;
}

@keyframes fade-in-out-1 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in-out-2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in-out-3 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in-out-4 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.tiles {
  width: 100%;
  max-width: 93vw;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (min-width: 436px) {
  .tiles {
    width: 310px;
    max-width: unset;
  }
}

.tile {
  width: 14vw;
  height: 14vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18vw;
  font-weight: bold;
  padding-bottom: 3px;
  background-color: #fff;
  border: 1px solid var(--main-text-color);
  border-radius: 10px;
  margin: 6px 6px;
  cursor: pointer;
  transform-origin: center;
  color: var(--main-text-color);
  transition: color 150ms, border 150ms;
}

@media screen and (min-width: 436px) {
  .tile {
    width: 45px;
    height: 45px;
    font-size: 58px;
    padding-bottom: 2px;
  }
}

.answer-number {
  position: absolute;
  top: 19%;
  left: 50%;
  transform: translate(-50%, 0%);
  color: var(--main-text-color);
  font-weight: 600;
  font-size: 27px;
  padding: 4px 8px;
  letter-spacing: 2px;
  z-index: 1;
}
@media screen and (min-width: 436px) {
  .answer-number {
    position: absolute;
    top: 21%;
  }
}
.card__wrap .main {
  position: relative;
}
.interactive-container {
  width: 111%;
  height: 100%;
  position: absolute;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 436px) {
  .interactive-container {
    width: 100%;
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
  }
}
.drop-zone-spot-wrap {
  position: relative;
}
