@keyframes fade-in-up {
  0% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.audio-wrap {
  text-align: center;
}

.audio iframe {
  max-width: 100%;
  max-height: 100%;
}

.audio.stuck {
  position: fixed;
  bottom: 0px;
  right: 80px;
  transform: translateY(100%);
  width: 360px;
  height: 145px;
  animation: fade-in-up 0.25s ease forwards;
  margin-right: 0;
  margin-top: auto;
  z-index: 10;
}

.audio.stuck .sonaar-Artwort-box,
.audio.stuck .album-title {
  display: none;
}

.audio.stuck .iron-audioplayer:not(.sonaar-no-artwork) .srp_player_grid {
  display: flex;
}
