@media screen and (max-width: 1000px) { 
h1, h2 {
	text-align:center;
}
#wrapper {
	width:100%;
	min-width:280px;
	padding-left:0;
}
.containers {
	width:100%;
	background:rgba(0,0,0, 0.7);
	overflow:hidden;
	box-shadow:0px 0px 15px #000;
	-moz-box-shadow:0px 0px 15px #000;
	-webkit-box-shadow:0px 0px 15px #000;
	padding:15px;
	color:white;
	margin:0 0 15px 0;
}
}