.youtube-video 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;
}
 
.youtube-video 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);
}



.youtube-video
{
	display:inline-block;
	margin-right:50px;
	max-width:20%;
}
.youtube-video
{
  background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 3px rgba(91, 91, 91, 0.26);
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
	}
.youtube-video
{
	font-size:12px !important;
	padding:5px;
	text-align:center;
}	

.youtube-video p.title {
	    max-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}