@media only screen and (max-device-width: 700px){
  .hide-on-mobile {
    display: none;
  }

  .spectrum-upload-unit{
    margin-right: 2rem;
    max-width: 75px;
  }
}

@media only screen and (min-device-width: 700px){
  .hide-on-desktop {
    display: none;
  }

  .spectrum-upload-unit{
    margin-right: 2rem;
    max-width: 150px;
  }

  /* .container-fluid{
    max-width: 75%
  } */
}
