#ticket-scanner-title {
  margin-top: 60px;
  padding: 24px;
  text-align: center;
}

#ticket-scanner-title h1 {	
  color: #3E3E3E;	
  font-size: 17px;	
  font-weight: bold;	
  line-height: 21px;
}

.video-wrapper {
  position: relative;
  margin-bottom: 70px;
}

video {
  width: 100%;
}

.scanner-guide {
  height: 177px;
  width: 293px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}