/* ====== FULL-WIDTH EMBEDDED CONTENT (LTI, SCORM, External URLs) ====== */

/* General iframe fix */
iframe#tool_content,
iframe.ltiLaunchFrame,
iframe.tool_launch,
.tool_content_wrapper iframe,
.module_external_url iframe,
#content iframe[src*="http"],
.iframe_external_tool {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  border: none !important;
}

/* Remove default Canvas padding and constraints */
.tool_content_wrapper,
.ltiLaunchFrameWrapper,
.module_external_url,
.module_item_view,
#content {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 auto !important;
}

/* Optional: increase default height */
iframe#tool_content,
iframe[src*="http"] {
  min-height: 850px !important;
}

iframe {
  overflow: hidden !important;
}

.mobileLogin-Header {
  z-index: 1;
  background-image: url("https://lms.grenoble-em.foundation/GEM_logo_sans_baseline_marge_191x268_fb50494788.png");
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100px;
  background-size: 100px 116px;
}