@media screen and (max-width: 700px) {
  .loadingcontent {
    left: -34px;
  }
  .overlay_images .musicnote img {
    left: 280px;
    bottom: 398px;
    height: 130px;
  }
  .play-star {
    z-index: 100;
    left: 120px;
    bottom: 0;
  }
  .song-credits {
    left: 150px;
    width: 230px;
    flex-direction: column;
    align-items: flex-start;
  }
  .song-credits .song-title::after {
    display: none;
  }
  .play-menu {
    width: 100vw;
  }
  .play-bar-container {
    width: 100%;
  }

  .play-button {
    left: 139px;
  }

  .play-bar {
    min-width: 0;
    background: transparent;
    width: calc(100vw - 225px);
    left: 190px;
    top: 23px;
    overflow: hidden;
  }

  .info-content {
    position: fixed;
    top: -10px;
    left: -20px;
  }

  .info-content img {
    width: calc(100vw + 20px);
    z-index: 100;
    top: 30px;
    left: 0;
  }

  .info-text {
    width: calc(100vw - 80px);
    height: 290px;
    top: 30px;
    left: 40px;
    z-index: 101;
  }

  .star-menu {
    left: -80px;
  }

  .menu-icon {
    border: 3px solid white;
    box-shadow: 0px 0px 20px 4px rgb(255, 255, 255, 0.3);
  }

  .textrotation .readytext {
    bottom: 0;
    left: 138vw;
    z-index: 9999999;
    transform: none;
    padding: 0;
    top: 210px;
    opacity: 1;
  }
}
