/******************************************
Responsive
******************************************/
/* 320px x 480 px iphone */




/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .column {
    width: 50%;
  }
}



/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
/*
	img.headerr {
	    max-width: 100%;
	}

  div.fr{
		float: left;
	}  */
}




/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (min-width: 700px) {
/*	div.fl{
		float: left;
    width: 30%;
	}

	div.fr{
		float: right;
    width: 70%;
	}  */
}


/*   End Image Gallery   */
