@charset "utf-8";
/* CSS Document */
 /* * 				{ box-sizing:border-box;}*/
  .responsive 		{ padding:3px 6px; float:left;  width:33.33332%; }
  .imgWrapper		{ position:relative; margin:0 auto; width:100%; max-width:960px; }
  div.gallery		{ border:3px solid #EBCA98; }
  div.gallery:hover { float:left; opacity:.5}
  div.gallery img 	{ width:100%; height:auto; }
  div.info 			{ padding:5px 8px; text-align:center; min-height:50px; font-size:16px; color:#934E20;}
  .imgWrapper a:hover	{ text-decoration:none; color:red; }
  .imgWrapper .info	{ line-height:110%; }

  
  
  
/*div.info 			{ padding:5px 8px; min-height:50px; display:flex; justify-content:center; align-items:center; } */
    
  @media only screen and (max-width:768px) {
    .responsive 	{ width:49.99999%; margin:6px 0; }
  .imgWrapper .info	{ font-size:15px; }
  }
  @media only screen and (max-width:380px) {
    .responsive 	{ width:100%; }
  .imgWrapper .info	{ font-size:12px; }
  }
  
  
/*  .clearfix:after 	{ content:""; display:table; clear:both;}*/

