.PhotoGridWrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:stretch}.gridItem{flex-basis:47%;margin:10px 1.5%;background-size:cover;background-position:center}.gridScreen{height:365px;min-height:365px;background-color:rgba(0,0,0,.3)}.gridScreen:hover{background-color:rgba(0,176,236,.75)}.smallPhotoGrid{flex-basis:47%;margin:1% 1.5%}.smallPhotoGridWrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;height:360px}.gridItemSmall{flex-basis:100%;margin:0 0 10px 0;background-size:cover;background-position:center;height:176px}.gridScreenSmall{background-color:rgba(0,0,0,.3);height:176px}.gridScreenSmall:hover{background-color:rgba(0,176,236,.75)}.gridTitle{margin-top:0px;margin-bottom:5px;text-align:center;color:white;padding-top:60px;font-size:2.6em}.gridTitleSmall{margin-top:0px;margin-bottom:5px;text-align:center;color:white;padding-top:30px;font-size:2.6em}.gridContent{padding-left:40px;padding-right:40px;color:white}.gridContent p{margin-bottom:0px;padding-bottom:10px}.gridScreen .gridContent{visibility:hidden}.gridScreen:hover .gridContent{visibility:visible}.gridScreenSmall .gridContent{visibility:hidden}.gridScreenSmall:hover .gridContent{visibility:visible}.gridLink{color:white;text-decoration:none}@media screen and (max-width:767px){.smallPhotoGrid{flex-basis:100%;margin:1% 0%}.gridItemSmall,.gridScreenSmall{height:360px}.gridItem{flex-basis:100%;margin:1% 0%}.smallPhotoGridWrapper{height:auto}}