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

  #heading {
    display: none;
  }

  #tinyLogoWrapper {
    display: block;
  }
}

@media screen and (max-height: 35rem) {
  #wrapper.fitView > #volumeSlider {
    width: calc(100% - 2.1rem);
    margin-left: 2.1rem;
  }

  #messageWrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  #visualW {
    margin-top: 0;
  }

  #controls {
    margin-top: auto;
  }
}

@media screen and (max-width: 35rem) {
  .stringName {
    font-size: 1rem;
  }
}
