/* 320px (iPhone) */@media screen and (max-width:320px) {.hero{	background: url('../img/frontpage-mobile2.jpg') no-repeat center center;	padding: 0 0 10px 0;}.hero h1 {	color: rgba(255,0,0,1);	font-size: 35px;	letter-spacing: 8px;	margin: 10px;}.hero h1 span {	color: rgba(51,204,0,1);	display: inline-block;}}/* 480px (WVGA - Low End Windows Phone) */@media screen and (max-width:480px) {.hero{	background: url('../img/frontpage-mobile2.jpg') no-repeat center center;	padding: 0 0 10px 0;	}.wrapper {	background: #f3f5f8;	height: 640px;}.iphone {	display: none;}.fluid-white {	display: none;}.wp2,.wp4,.wp5,.light-box {	margin-bottom: 30px;}.legals {	text-align: center;	margin: 0;	padding: 0;}.credit {	text-align: center;}.newstext {	margin-left: 1%;	width: 95%;}.fotos {	width: 425px;	margin-left: 20px;	padding: 5px;}/* xGA iPad */@media screen and (max-width:1024px) {.wp3 {background-position: 50px 0;}//.swag {background-attachment: scroll;}//.subscribe {background-attachment: scroll;}}@media screen and (max-width:768px) {.fotocontainer {	width: 700px;}}/* 1200px (Small Desktop, Netbook) */@media screen and (max-width:1280px) {.wp3 {	background-position: 50px 0;}}/* Bootstrap 990px Breakpoint to 480px */@media screen and (min-width:480px) and (max-width:991px) {.iphone {	display: none;}.fluid-white {	display: none;}.wrapper {	background: #f3f5f8;	height: 540px;}.wp2,.wp4,.wp5,.light-box {	margin-bottom: 30px;}.legals {	text-align: center;	margin: 0;	padding: 0;}.credit {	text-align: center;}}