@media only screen and (max-width: 480px) {
  img.logo {
    max-height: 40px !important;
  }
}
.select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  max-height: 35px !important;
}