/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.gfd-scorm-player {
   width: 100%;
}

.gfd-scorm-player iframe {
   width: 100%;
   height: auto;
   aspect-ratio: 16 / 9;
}