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

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

  #heading {
    display: none;
  }

  #tinyLogoWrapper {
    display: block;
  }
}

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

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

@media screen and (max-height: 35rem) and (min-width: 30rem) {
  #wrapper.fitView {
    flex-direction: row;
  }

  #controls {
    height: 100%;
    margin-left: 0.5rem;
  }

  #wrapper.fitView > #sliders {
    display: none;
  }

  #wrapper.fitView > #slidersV {
    display: flex;
  }

  #wrapper.infoView > #controls > #visualW > #visual {
    max-width: 25rem;
  }

  .bpmHackW {
    margin-left: 0;
  }

  #bpmNumV, .bpmHack {
    padding-right: 0.5rem;
  }

  #bpm {
    padding-right: 0.5rem;
  }
}
