.pointer { cursor: pointer; border: none; } 

.modal-button:hover {filter: blur(1px) brightness(90%);
   transition: filter 300ms;}

.modal-content {
    max-height: none !important;
    overflow: hidden;
}

.modal .modal-content.is-huge {
    width: 65%;
    margin: 0px 20px;
    max-height: calc(100vh - 40px); }

  @media screen and (min-width: 769px) {
    .modal .modal-content.is-huge {
      width: 65%;
      margin: 0px 20px;
      max-height: calc(100vh - 40px); } }