#myGallery {
/*	width: 800px;
	height: 600px;*/
	background: #000;
	margin: auto;
	min-height: 700px;
}

/*#myGallery img {
	border: 2px solid #52697E;
}*/

.loading {
	background: #fff url(/shared/spacegallery/images/ajax_small.gif) no-repeat center;
}

/*// Extra small devices (portrait phones, less than 576px)*/
@media only screen and (max-width: 575.98px) {
	#myGallery {
		min-height:400px;
	}
}

/*// Small devices (landscape phones, 576px and up)*/
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
	#myGallery {
		min-height:500px;
	}
}

/*// Medium devices (tablets, 768px and up)*/
@media only screen and (min-width: 768px){
	#myGallery {
		min-height:700px;
	} 
}