body{
	background: #efefef;
}

h1 {
	text-align:center;
}

.main {
	width: 100%;
	margin:auto;
	padding: 4% 10%;
	box-sizing: border-box;
}

.main #holder-one,
.main #holder-two,
.main #holder-three{
	width: 30%;
	float:left;
	margin-right: 3%;
}

.main #holder-one .make,
.main #holder-two .make,
.main #holder-three .make {
	width: 90%;
	height: 30vh;
	background: white;
	margin-bottom: 15px;
	text-align: center;
	font-family: monospace;
}

.main #holder-one .make img {
    width: 100%;
    height: 99%;
    margin:auto;
}
video{
	width: 100%;
}

.main #holder-two .make{
	margin-bottom: 33px;
	border: 0px solid grey;
}


.main #holder-three .make{
    margin-bottom: 15px;
	border: 0px solid grey;
}

.main #holder-one input,
.main #holder-two input {
	width: 90%;
	height: 35px;
	border: 1px solid lightgrey;
	border-radius: 5px;
	font-size: 1em;
	color: #bb66ff;
}

.controls button {
    width: 30%;
    height: 30px;
    font-weight: bold;
}

.controls button#stop {
    float:right;
}
