@media only screen and (min-width: 401px) and (max-width: 600px), only screen and (min-device-width: 401px) and (max-device-width: 600px){.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12{margin-left:10px;margin-right:10px}.alpha,.omega{margin-left:0;margin-right:0}.align_center,.align_right{text-align:left}

html, body {
	max-width: 100%;
	margin: 0 auto;
	background-color: #000;
	background-image:url(../images/bgv4.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

img.soon {
	padding-top: 45px;}
}

@media only screen and (max-width: 400px), only screen and (max-device-width: 400px){
	html, body {
	max-width: 100%;
	margin: 0 auto;
	background-color: #000;
	background-image:url(../images/bgmini.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
	
	img.soon {
	padding-top: 75px;}}