
.GooglePhotos {
    width: 80%;
    position: relative;
    left: 10%;
    max-width: 1600px;	  
    margin: 40px 0 40px 0;    
    padding: 30px 20px 20px 10px;
    float: left;
    
    font-family: Arial;
    font-size: 15px;
    color: #fff;
 
    display: flex;
    flex-wrap: wrap;
    object-fit: cover;
    
	
}

.GooglePhotos:after {
    content: '';
    flex-grow: 9999999;
}

.GooglePhotos div {
    flex-grow: 1;
    margin: 2px;
    background-color: #fff;
/*    #7b521c;*/
    height: 250px;
}

.GooglePhotos img {
    height: 250px;
    object-fit: cover;
    max-width: 100%;
    min-width: 100%;
    vertical-align: bottom;
}


