@media screen{
.gridder{margin:0px;padding:0px;list-style-type:none;font-size:0;display:block;margin:auto}.gridder-list,.gridder-show{font-size:16px}.gridder-list{display:inline-block;vertical-align:top;width:24%;overflow:hidden;transition:opacity .5s;}.gridder-show{display:block;float:left;width:99%;position:relative;background:rgba(0,0,0,0.25); border-radius:15px; padding:-20px 20px 20px; margin: 0 0 20px;} .gridder-content{display:none}/*.gridder-list{width:15.83333%}*/.gridder-list:nth-child(n){margin-bottom:1%;margin-right:1%}/*.gridder-list:nth-of-type(4n){margin-right:0;margin-bottom:0}*/

.hasSelectedItem .gridder-list{opacity:.5}.hasSelectedItem .gridder-list.selectedItem{opacity:1}

.gridder-list img{width:100%;}
.gridder-list:hover{cursor:pointer;}
.gridder-expanded-content img{/*max-width:800px*/ max-height:800px; display:block; margin:0px auto 20px;}
.gridder-expanded-content{margin:-20px auto 0; padding:20px 0;}

.gridder-navigation .gridder-close {
    background: url(data:image/gif;base64,R0lGODlhFAAUAJEAAE1NTf///////wAAACH5BAEHAAIALAAAAAAUABQAAAIzBISpK+YMm5Enpodw1HlCfnkKOIqU1VXk55goVb2hi7Y0q95lfG70uurNaqLgTviyyUoFADs=) no-repeat center center;
    background-color:rgba(255,255,255,0.25);
    border-radius:100%;
    cursor: pointer;
    height: 25px;
    padding: 7px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    z-index: 2;
}
}

 @media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2){
  .gridder{width:100%;}
  .gridder-show{width:100%;  border-radius: 0;}
  .gridder-list{width:32.66%;}
  .gridder-list:nth-of-type(3n){margin-right:0;margin-bottom:0}
  .gridder-navigation .gridder-close {height:16px; width:16px;}
  .gridder-expanded-content{margin:-40px auto 0;}
  }

/*# sourceMappingURL=jquery.gridder.min.css.map */
