.photoFrame {width: 100%; float: left; margin-top: 40px; justify-content: center; display:-webkit-flex; display:-webkit-box; display:-moz-flex; display:-moz-box; display:-ms-flexbox; display:flex; flex-wrap: wrap;}
.photoFrame .item {width: 19.6%; margin-right: 0.5%; margin-bottom: 10px; overflow: hidden;}
.photoFrame .item:nth-child(5n) {margin-right: 0;}
.photoFrame .item IMG {display: block;}
.photoFrame .item IMG:HOVER {}

.videogalleryFrame {width: 720px; float: left;}
.videogalleryFrame H3 {width: 720px; float: left; margin: 10px 0px 10px 0px; font-size: 16px; font-weight: bold; color: #1690BB;}
.videogalleryFrame P {width: 720px; float: left; margin: 5px 0px 20px 0px; padding: 0px 0px 15px 0px; border-bottom: 1px #ccc dotted;}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }