body{
	width: 90%;
	margin: auto;
	background-color: rgba(200,0,0,.05);
}

div#wrapper{
	width: 100%;
	height: 100%;
	

}

div#mobile1{
	width: 19.6%;
	height: 30%;
	background-image: url("../MobileTooRare.jpg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

div#mobile2{
	width: 19.6%;
	height: 30%;
	background-image: url("../MobileGoodBeer.jpg");
	background-size: contain;
	background-position: center;
	margin-top: 20px;
	background-repeat: no-repeat;
}

div#mobile3{
	width: 19.6%;
	height: 30%;
	background-image: url("../MobileBatCountry.jpg");
	background-size: contain;
	background-position: center;
	margin-top: 20px;
	background-repeat: no-repeat;
}

div#desk1{
	width: 63.6%;
	height: 36%;
	background-image: url("../DesktopTooRare.jpg");
	background-size: contain;
	background-position: center;
	margin-top: 20px;
	background-repeat: no-repeat;
}

div#desk2{
	width: 63.6%;
	height: 36%;
	background-image: url("../DesktopGoodBeer.jpg");
	background-size: contain;
	background-position: center;
	margin-top: 20px;
	background-repeat: no-repeat;
}

div#desk3{
	width: 63.6%;
	height: 36%;
	background-image: url("../DesktopBatCountry.jpg");
	background-size: contain;
	background-position: center;
	margin-top: 20px;
	background-repeat: no-repeat;
}