/* Keep the Holidays add-to-calendar menu visible on narrow screens. */
@media screen and (max-width: 767px) {
  .event-page .event-page-title {
    overflow: visible;
  }

  .event-page .event-page-title .ace-btn .ace_dd {
    top: calc(100% + 4px) !important;
    right: 0 !important;
    left: auto !important;
    z-index: 10000 !important;
  }
}
