@media screen and (max-width: 580px) {
  .page {
    width: 98%;
    position:absolute;
    top:100px;
  }
  #brand-logo {
    padding-top: 10px;
    top: -100px;
  }
  #user-account {
    position: absolute;
    top:290px;
    height: 15px;
  }
  #ft {
    position: absolute;
    bottom: -4700px;
    width: 100%;
  }
  #self-enroll {
    width:100%;
  }
  #premium-sell {
    width:100%;
  }
  #premium-sell h1 {
    width:100%;
  }
  #premium-sell span {
    width:100%;
  }
  #premium-ribbon {
    clear: both;
  }
  #business-search {
    width:100%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  #search-field {
    width:88%;
    clear: both;
  }
  #business-search > .btn.str {
    width:79%;
    float:inherit;
    clear:both;
  }
}
