.coin-fallback {
  border: 5px double rgba(255, 255, 255, 0.46);
  box-shadow: 0 0 20px rgba(98, 54, 255, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
}

.coin-fallback-btc {
  top: 16%;
  right: 7%;
}

.coin-fallback-eth {
  top: 32%;
  left: 4%;
}

.coin-fallback-sol {
  right: 5%;
  bottom: 24%;
  color: #7dffdf;
  background: linear-gradient(145deg, #8c6cff, #18cfa7 62%, #123f45);
  animation-delay: -4.1s;
}

.coin-fallback-usdt {
  bottom: 11%;
  left: 7%;
  color: #84e6c8;
  background: radial-gradient(circle at 34% 28%, #9cebd7, #26a17b 60%, #124d3d);
  animation-delay: -5.4s;
}

@media (max-width: 639px) {
  .coin-fallback-eth {
    top: 36%;
    bottom: auto;
    left: 3%;
  }

  .coin-fallback-sol {
    right: 4%;
    bottom: 31%;
  }

  .coin-fallback-usdt {
    bottom: 13%;
    left: 4%;
  }
}
