body { 
  margin-top: 10px;
  margin-bottom: 10px;
}

.home {
    margin-top: 10px;
    margin-bottom: 10px;
}

#photoGalleryImg {

    top: 132px;
	height: 265px; 
	width: auto;

}

.wp-easy-gallery img {
    opacity: 1.00;
}

@media (max-width: 800px) {

#photoGalleryImg {

    top: 0px;
	height: 265px; 
	width: auto;

}

}