html.plugin-dragon2000-modal__noscroll {
  height: 100%;
  overflow-y: hidden;
}

body.plugin-dragon2000-modal__noscroll {
  margin: 0;
  height: 100%;
  overflow-y: hidden;
}

@media only screen and (max-width: 768px) {
  .display-none-mobile {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .d2kmp-mob-hidden {
    display: none;
  }

  .d2kmp-mob-txt-small {
    font-size: 1.7rem !important;
  }

  .d2kmp-mob-text-center {
    text-align: center !important;
  }

  .d2kmp-mob-m0 {
    margin: 0 !important;
  }

  .d2kmp-mob-mauto {
    margin: 0 auto !important;
  }

  .d2kmp-mob-mb30 {
    margin-bottom: 30px !important;
  }

  .d2kmp-mob-self-center {
    align-self: center !important;
  }

  .d2kmp-mob-pos-rel {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .d2kmp-mob-mw320 {
    min-width: 320px;
  }

  .d2kmp-mob-mh125 {
    max-height: 125px;
  }

  .d2kmp-mob-mh100 {
    max-height: 100px;
  }
}