/*** START for AUG Registration Form ***/
/*.aug_rego_iframe {
  width: 100%;
  height: var(--height_desktop);
  max-width: 980px;
  border: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .aug_rego_iframe {
    height: var(--height_mobile);
  }
}*/
/*** END for AUG Registration Form ***/