.profile-maintenance-module-host {
  min-width: 0;
}

.profile-maintenance-module-frame {
  width: 100%;
  height: calc(100vh - 122px);
  min-height: 720px;
  display: block;
  border: 0;
  background: transparent;
}

@media (max-width: 760px) {
  .profile-maintenance-module-frame {
    height: calc(100vh - 72px);
    min-height: 640px;
  }
}
