﻿
/*
 * updated to reflect styling of new look & feel of website.
 */

.photo-gallery img { height: auto; background: #fff; width: 100%; }

.photo-gallery .thumbnails { margin-left: 0; }

.photo-gallery .thumbnails li {
    display: inline-block; 
    position: relative;
    width: 100px; height: 100px;
    overflow: hidden;
}

.photo-gallery .thumbnails li img {
  position: absolute; left: 50%; top: 50%;
  height: 100%; width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}