.aboutbackground {
	position: relative;
	width: 100%;
	background: #000000;
	color: #fff;
	top: -30px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: -30px;
}

.videocontainer {
	width: 200px;
	height: auto;
}

@media screen and (min-width: 400px){
	.videocontainer {
		width:300px;
		height: auto;
	}
}

@media screen and (min-width: 500px){
	.videocontainer {
		width:400px;
		height: auto;
	}
}

@media screen and (min-width: 600px){
	.videocontainer {
		width: 515px;
		height: auto;
	}
}