
div.video-container {
    position: relative;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    transform-origin: -50% 50%;
}

#video-preview {
    height: 340px;
    border: 5px dashed white;
    margin: -50px -50px -50px -50px;
}

/* .focus {
  position: absolute;
  top: 30%;
  left: 50%;
  margin: auto;
  width: 350px;
  height: auto;
  border: 5px dashed white;
  background-color: rgba(0,0,0,0.7);
} */

/* video {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
} */

#card-display {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%)
}


#over {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    /*handles the horizontal centering*/
}

/*handles the vertical centering*/
.centerer {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.centered {
    opacity: 0.3;
    display: inline-block;
    vertical-align: middle;
}

.errorReport {
    color: white;
}

#login-bt {
    position: fixed;
    top: 5px;
    right: 10px;
    color: white;
}

@media (min-width: 320px) and (max-width: 768px) {
    #video-preview {
        width: 100%;
        height: 100%;
        text-align: center;
        color: white;
    }
}