#divInstructionModal iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
#divInstructionModal #instructionSubtitle {
  margin-bottom: 10px;
  border-bottom: solid 1px var(--grey-500);
  padding-bottom: 10px;
}
#divInstructionModal #instructionSubtitle:empty {
  padding: 0px;
}
#divInstructionModal #instructionMemo {
  margin-bottom: 0px;
}
#divInstructionModal #instructionMemo:empty {
  display: none;
}/*# sourceMappingURL=instructionModal.css.map */