/*##############################################################################
## Media Queries                                                               #
##############################################################################*/
.mm_scroll, div#hendershots_popup div.cont {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important; }
  .mm_scroll::-webkit-scrollbar, div#hendershots_popup div.cont::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  .mm_scroll::-webkit-scrollbar-button, div#hendershots_popup div.cont::-webkit-scrollbar-button {
    width: 0px;
    height: 0px; }
  .mm_scroll::-webkit-scrollbar-thumb, div#hendershots_popup div.cont::-webkit-scrollbar-thumb {
    background: #ff7f11;
    background: linear-gradient(165deg, #ff7f11 0%, #ff7f11 64%);
    border: 0px none rgba(255, 255, 255, 0);
    border-radius: 0px; }
  .mm_scroll::-webkit-scrollbar-thumb:hover, div#hendershots_popup div.cont::-webkit-scrollbar-thumb:hover {
    background: #ff7f11;
    background: linear-gradient(90deg, #ff7f11 0%, #ff7f11 64%); }
  .mm_scroll::-webkit-scrollbar-thumb:active, div#hendershots_popup div.cont::-webkit-scrollbar-thumb:active {
    background: #ff7f11;
    background: linear-gradient(90deg, #ff7f11 0%, #ff7f11 64%); }
  .mm_scroll::-webkit-scrollbar-track, div#hendershots_popup div.cont::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0);
    border: 0px none rgba(255, 255, 255, 0);
    border-radius: 0px; }
  .mm_scroll::-webkit-scrollbar-track:hover, div#hendershots_popup div.cont::-webkit-scrollbar-track:hover {
    background: rgba(255, 255, 255, 0); }
  .mm_scroll::-webkit-scrollbar-track:active, div#hendershots_popup div.cont::-webkit-scrollbar-track:active {
    background: rgba(255, 255, 255, 0); }
  .mm_scroll::-webkit-scrollbar-corner, div#hendershots_popup div.cont::-webkit-scrollbar-corner {
    background: transparent; }

div#hendershots_popup {
  position: fixed;
  z-index: 999999999999999999999999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center; }
  div#hendershots_popup button.button {
    position: absolute;
    top: 0;
    right: 0; }
  div#hendershots_popup div.cont {
    max-width: 400px;
    max-height: 50%;
    background: white;
    border-radius: 4px;
    padding: calc(24px*2); }
    @media only screen and (max-width: 600px) {
      div#hendershots_popup div.cont {
        max-width: 100%;
        max-height: 100%;
        padding: calc(24px*4) calc(24px*2) calc(24px*2) calc(24px*2); } }
    div#hendershots_popup div.cont a.button {
      width: 100%;
      text-align: center; }

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