ul, p{margin:0; padding:0;}
#gallery li {
float:left;
list-style-type:none; 
  padding:8px; min-width:25%;max-width:100%;width:22%
  height:200px;
  font-size:11px;

  }
.type-page ul li  
  {
  list-style-image:none !important;
  }
  
#gallery li img{display:block;width:100%;max-width:150px;margin:0px;}
#gallery p{    word-wrap: break-word;max-width:150px;}



li img {
	
  border: 5px solid #fff; 
  -webkit-transition: box-shadow 0.5s ease;
  -moz-transition: box-shadow 0.5s ease;
  -o-transition: box-shadow 0.5s ease;
  -ms-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
}
 
li img:hover {
  -webkit-box-shadow: 0px 0px 7px rgba(255,255,255,0.9);
  box-shadow: 0px 0px 7px rgba(255,255,255,0.9);
}
.gallery-single  img{width:90% !important;}

.gallery-single  li
{
	list-style-type:none !important;
}

.youtubehp
{
	width:90%;
}