@media screen and (max-height: 30rem) {
  #outer {
    --header-height: 0.5rem;
  }

  #heading {
    display: none;
  }

  #tinyLogoWrapper {
    display: block;
  }
}

@media screen and (max-height: 20rem) {
  #outer {
    --play-height: 3rem;
  }

  #controls {
    font-size: 0.9rem;
  }
}

@media screen and (max-height: 15rem) {
  #outer {
    --play-height: 2rem;
  }

  #controls {
    font-size: 0.8rem;
  }
}

@media screen and (max-height: 35rem) and (max-width: 30rem) {
  #controls {
    font-size: 0.9rem;
  }
}

@media screen and (max-height: 30rem) and (max-width: 30rem) {
  #controls {
    font-size: 0.8rem;
  }
}

@media screen and (max-height: 20rem) and (max-width: 30rem) {
  #controls {
    font-size: 0.7rem;
  }
}

@media screen and (max-height: 18rem) {
  .sliderFull {
    height: 0.8rem;
  }

  #infoW {
    max-width: none;
  }
}

@media screen and (max-height: 30rem) {
  #volumeSlider {
    width: calc(100% - 2.5rem);
    margin-left: 2.5rem;
    padding-top: 0;
  }
}

@media screen and (max-height: 35rem) and (min-width: 30rem) {
  #pane {
    height: 100%;
    flex-direction: row;
    justify-content: center;
  }

  #multiW {
    max-height: 100%;
    height: 100%;
    width: 50%;
  }

  #controls {
    max-height: 100%;
    height: 100%;
    width: 50%;
    justify-content: center;
  }

  #visual {
    max-height: 100%;
    max-width: 100%;
  }

  #instrumentsF {
    top: 0;
    max-width: min(100%, 20rem);
  }
}

@media screen and (max-width: 20rem) {
  #playButton {
    width: 6rem;
  }
}

@media screen and (max-width: 16rem) {
  #playButton {
    width: 4rem;
  }
}

@media screen and (max-width: 16rem) {
  #playButton {
    width: 2rem;
  }
}
