.textFrame .photoFrame {width: 100%; float: left;}
.textFrame .photoFrame IMG {width: 160px; float: left;}
.textFrame .photoFrame A {margin: 10px 16px 10px 0px; width: 160px; padding: 1px; background-color: #ccc; float: left;}
.textFrame .photoFrame .last {margin-right: 0px;}

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


#filegallery {width: 100%; height: auto; float: left; margin: 20px 0;}
#filegallery .row {width: 100%; height: 48px; float: left; line-height: 48px; margin-bottom: 5px;}
#filegallery .row .icon {width: 60px; height: 48px; float: left; line-height: 48px;}
#filegallery .row .name {width: auto; min-width: 400px; height: 48px; float: left; line-height: 48px;}


#photogallery {width: 100%; height: auto; float: left; margin: 20px 0;}
#photogallery A {width: auto; height: auto; float: left; margin: 20px 20px 0 0;}


@media (max-width: 667px) {
  
  #filegallery .row .icon {width: 15%;}
  #filegallery .row .name {width: 85%; min-width: 0;}
}