@media only screen and (max-width: 600px) {
  #upload_logo {
    font-size: 32px;
  }
  #center {
    width: 300px !important;
    padding: 20px !important;
  }
  #progress {
    width: 300px !important;
  }
}

