html, body {
  width: 100%;
  height: 100%;

  overflow: hidden;
  position: fixed;
}

.fill-container {
  position: absolute;

  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.overlay-container {
  color: white;

  max-height: 800px;
  max-width: 400px;

  margin-left: auto;
  margin-right: auto;
}

.overlay-container .row {
  max-width: 370px;

  margin-left: auto;
  margin-right: auto;
}

.camera-overlay {
  text-shadow: 1px 1px darkgray;
}

#webcam-container video, #webcam-container canvas {
  position: absolute;

  width: 100%;
  height: 100%;
}

#scan-overlay {
  position: relative;

  width: 300px;
  height: 160px;

  text-align: center;
  padding-top: 134px;

  margin-left: auto;
  margin-right: auto;
}

#scan-overlay .corner {
  position: absolute;

  width: 30px;
  height: 30px;

  border-radius: 1px;
}

#scan-overlay .corner.left {
  border-left: 3px solid white;
  left: 0
}

#scan-overlay .corner.right {
  border-right: 3px solid white;
  right: 0
}

#scan-overlay .corner.top {
  border-top: 3px solid white;
  top: 0
}

#scan-overlay .corner.bottom {
  border-bottom: 3px solid white;
  bottom: 0
}

.prefill-image {
  max-width: 100px;
  max-height: 100px;

  margin-left: 10px;
  margin-right: 10px;

  cursor: pointer;
}

.equivalent-anchor {
  display: inline-block;

  width: 200px;
  height: 200px;
}

.android-quicklook-icon {
  position: absolute;

  color: #333333;
  background: #ffffff33;
  padding: 10px;
  border-radius: 20px;

  right: 78px;
  top: 56px;

  width: 40px;
  height: 40px;
}

.ar-hint {
  position: absolute;

  color: white;

  right: 76px;
  top: 104px;

  width: 80px;
  line-height: 1.1em;
}

.ar-hint i {
  padding-left: 40px;
  padding-bottom: 6px;
}

.equivalent-none {
  display: inline-block;

  width: 200px;
  height: 200px;
}

#home-image {
  width: 80%;

  margin-top: -60px;
  margin-bottom: -44px;
}

.bottom-dock {
  color: white;
  position: absolute;

  width: 100%;
  bottom: 10px;
}

.facebook-link {
  color: #3b5998;
}

.twitter-link {
  color: #1da1f2;
}
