@media only screen and (max-width: 1000px) {
  .nav-btn {
    display: none; }

  #menu #menu-btn, #menu #calendar-btn {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently */ }
  #menu h1, #menu h1 > em {
    font-size: 18px; }
  #menu #menu-btn, #menu #calendar-btn {
    display: block; }
  #menu #submenu {
    position: fixed;
    height: auto;
    bottom: 0;
    padding-top: 8px;
    transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
    visibility: hidden;
    opacity: 0; }
    #menu #submenu.show {
      visibility: visible;
      opacity: 1; }
    #menu #submenu .button {
      float: none;
      display: block;
      font-size: 20px; }
  #menu .date-wrapper {
    float: none;
    position: absolute;
    right: 9px;
    background-color: white;
    width: calc(100% - 18px);
    text-align: right;
    transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
    visibility: hidden;
    opacity: 0; }
    #menu .date-wrapper .date-close-btn {
      display: block; }
    #menu .date-wrapper.show {
      visibility: visible;
      opacity: 1; }

  #image-wrapper-content {
    padding: 10px 10px; }

  #image-modal img, #image-modal video {
    max-width: 95%;
    max-height: 95%; }
  #image-modal .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
    left: auto;
    transform: none;
    border: 0;
    width: 24px;
    height: 24px;
    background: url("/images/iconmonstr-x-mark-thin-white.svg"); }

  .image-block gp-image {
    height: 125px; }

  .modal .content {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    transform: none; }
    .modal .content h2 {
      font-size: 21px; }
    .modal .content .files-wrapper {
      bottom: 20px;
      left: 10px;
      right: 10px; } }

/*# sourceMappingURL=mobile.css.map */
