@media only screen and (max-width: 480px) {
  #calendar-form {
    flex-direction: column !important;
  }
}

@media only screen and (max-width: 480px) {
  #dropdownMenu__block--wrapper-outer {
  	flex-direction: column !important;
  }
}

@media only screen and (max-width: 480px) {
  .dropdownMenu__block--wrapper {
    margin: auto !important;
    text-align: left !important;
  }
}

@media only screen and (max-width: 480px) {
  .dropdownMenu {
    max-width: revert !important;
  }
}

@media only screen and (max-width: 480px) {
  .dropdownMenu__category-name {
    text-align: center !important;
  }
}

@media only screen and (max-width: 480px) {
  #dropdownMenu__block-title {
    text-align: center !important;
  }
}



