/* Question Frame Container & Overlay Mask Styles */
.qContainer {
  position: relative;
  width: 100%;
  aspect-ratio: 1.1176;
  background-color: #fff;
  overflow: hidden;
}

.imgContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.qContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}

.qr-mask {
  position: absolute;
  top: 1%;
  right: 1%;
  width: 18%;
  aspect-ratio: 1;
  z-index: 10;
  pointer-events: none;
  background-color: #ffffff;
}
