@media only screen and (min-width: 1200px) {
  #header #expand {
    display: none;
  }
  #header #expand img[src="/core/img/actions/caret.svg"] {
    display: none;
  }
  #expandDisplayName {
    display: none;
  }
  #settings #expanddiv ul li a {
    min-width: 1rem;
    font-size: 12px;
    padding-top: 7px;
    height: 45px;
  }
  #expanddiv {
    display: inline-block !important;
    position: relative;
    top: auto;
    right: auto;
    box-shadow: initial;
    background-color: rgba(0,0,0,0) !important;
  }
  #expanddiv ul li {
    display: block;
    float: left;
  }
}

