@charset "UTF-8";
body {
	background-image: none;
	background-color: rgb(84, 84, 84);
}	
video {
	position: relative;
	left: 0;
	top: 16px;
	top: 1rem;
	width: 300px;
	width: 18.75rem;
	height: 171px;
	height: 10.6875rem;
	border: 3px solid rgb(16, 16, 16);
	border: .1875rem solid rgb(16, 16, 16);

}
@media (min-width: 768px) {
	video {
		top: 20px;
		top: 1.25rem;
		width: 480px;
		width: 30rem;
		height: 273px;
		height: 17.0625rem;
	}
}
@media (min-width: 1024px) {
	video {
		top: 24px;
		top: 1.5rem;
		width: 660px;
		width: 41.26rem;
		height: 374px;
		height: 23.375rem;
	}
}