/* Fullscreen */

#GalleryWrapper {
	height: 100%;
	width: 100%;
}

@media all and (max-width: 500px){

	#GalleryWrapper {
		margin-top: 0;
	}

}