.photo-gallery-lite-body.gallery{
	margin-top:50px;
	width: 100%;
	margin:50px auto;
	text-align:center;
}

.photo-gallery-lite-body .image-gallery{
	position: relative;
	display:inline-block;
	width: 350px;
	height: 250px;
	margin:0 auto 2rem;
	background-size:cover;
	background-position:center;
	border-radius:10px;
	box-shadow:0px 25px 50px rgba(0,0,0,.5);
	overflow:hidden;
	transition:all .4s ease;
	border: 3px solid white;
	margin-right: 27px;
}

.photo-gallery-lite-body  .image{
	display: block;
	width: 100%;
	margin: 0;
	vertical-align: top;
	height: 250px;
 }
 
  
.photo-gallery-lite-body #overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(110, 110, 110, 0.17);
    z-index: 10;
	transition:all .3s ease;
 }
  
.photo-gallery-lite-body #overlay:hover{
	box-shadow:inset 0px 0px 0 4625px rgba(109, 109, 109, 0.32)
}
  
.photo-gallery-lite-body .image-gallery__link {
	position: relative;
    display: block;
    width: 60%;
    top: 246px;
    padding: 10px;
    margin: 0 auto;
    font-family: 'Oswald';
    letter-spacing: 3px;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    font-size: 1.25em;
    transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.3);

}

.photo-gallery-lite-body .image-gallery:hover .image-gallery__link{
    opacity: 0.7;
	transform: translate(0,-130px);
	background-color: white;
    color:#202020;
	border: 2px solid white;
}

.photo-gallery-lite-body #overlay:after{
    opacity:0.75;
} 
	
@media screen and (min-width:37.5em){
	.photo-gallery-lite-body .title{
		height: 300px;
		font-size: 4.75rem;
	 }
  }
@media screen and (min-width:45em) {
	.photo-gallery-lite-body .title{
		display:inline-block;
		width: 45%;
		margin-left: 25px;
	}
}
  
@media (max-width: 400px) {

    .photo-gallery-lite-body .image-gallery {
        width: 100% !important;
    }

}