@media only screen and (max-width: 1068px) {
  .section1 {
    flex-basis: 100%;
  }
  .song-card {
    margin: 0.5rem;
  }
  #show_me {
    display: block;
    z-index: 5;
  }
  .panel-close {
    display: block;
  }
  #side-panel:checked ~ .section2 {
    display: block;
    right: 0;
  }
  .section2 {
    width: calc(100vw);
    max-width: 400px;
    position: fixed;
    right: -100%;
    transition: right 0.3s;
    border-top: 2px solid silver;
    border-left: 2px solid silver;
    border-bottom: 2px solid silver;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    background-color: #1b1b1b;
    z-index: 5;
  }
  .queue-item{margin: auto;}
}

@media only screen and (max-width: 576px) {
  .nav-logo-section {
    width: fit-content;
  }
  .nav-logo-section > div:nth-child(2) {
    display: none;
  }
  .nav-item {
    margin: 0 6px;
  }
  #search-box {
    width: 15vw;
  }
  .profile-pic {
    height: 40px;
  }
  .music-station {
    height: 180px;
  }
  .station-logo {
    width: 180px;
    height: 180px;
  }
  .station-last-background {
    width: 160px;
    height: 80px;
  }
  .station-middle-background {
    width: 140px;
    height: 100px;
  }
  .station-first-background {
    width: 120px;
    height: 120px;
  }
  .radio-station-item {
    width: 120px;
    height: 120px;
  }
  .music-genres {
    margin: 2rem 0;
  }
  .music-genre-card > .overlay-content {
    font-size: 1.5rem;
  }
  .latest-music .flex-container {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .song-card {
    margin: 1rem;
  }
  .extras {
    display: none;
  }
  .player_song_section {
    width: 40%;
  }
  .music_player {
    width: 60%;
  }
  .section2 {
    max-width: none;
    border-left: none;
  }
}

@media only screen and (max-width: 384px) {
  .nav-item {
    margin: 0 6px;
  }
  .profile-pic {
    height: 35px;
  }
  .album_image {
    height: 5.5rem;
    width: 5.5rem;
  }
  .music-station {
    height: 150px;
  }
  .station-logo {
    width: 150px;
    height: 150px;
  }
  .station-last-background {
    width: 140px;
    height: 60px;
  }
  .station-middle-background {
    width: 120px;
    height: 80px;
  }
  .station-first-background {
    width: 100px;
    height: 100px;
  }
  .station-text {
    font-size: 1.25rem;
  }
  .radio-station-item {
    width: 100px;
    height: 100px;
  }
  .music-genres {
    justify-content: center;
    align-items: center;
  }
  .music-genre-card {
    width: 90%;
    margin: 1.2 rem 0;
  }
  .music-genre-card > .overlay-content {
    font-size: 2.5rem;
  }
  .player_song_section {
    width: fit-content;
    min-width: 0;
  }
  .player_song_section > .inner-flex {
    display: none;
  }
  .music_player {
    width: 80%;
  }
}
/*# sourceMappingURL=main-responsive.css.map */