.capture {
  z-index: 1000;
  transform: translate(50%, 50%);
  bottom: 30%;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  font-size: 20px;
  color: white;
  justify-content: center;
}

.record {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 5px solid black;
  background: red;
  margin-bottom: 20px;
}

.input {
  opacity: 0;
  bottom: 0px;
  left: 0px;
  height: 250px;
  width: 100%;
}


.image_disp {
  font-weight: 900;
  color: aquamarine;
  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}

.photo_preview {
  width: 100%;
  height: 100%;
  background-color: #000;

}

.camera_card {
  display: block;
  color: black;
  width: 100%;
  padding: 16px 0px;
  display: inline-block;
} 

.btn_group {
  display: flex;
  margin: auto;
  width: 50%;
}

.btn_group div {
  color: white; 
  padding: 0px 2px;
  cursor: pointer; 
  float: left; 
  align-items: center;
  text-align: center;
  align-self: center;
  margin: auto;
  width: 25%;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
  font-size: 1.25em;
  font-weight: 700;
  color: white;
  display: inline-block;
  cursor: pointer;
}

#camera-container {
  margin-top: 30px;
  padding-top: 30px;
  margin-bottom: 60px;
  padding-bottom: 60px;
}