#container{
width:220px;
height:165px;
position:relative;
border:#000 solid 1px;


}

.video-thumbnail {
    opacity: 0.8;
	width: 220px;
	height : 165px;
	
	img {
	width: 220px;
	height : 165px;
	}
}


.linkvideo {
  
  
  width:220px;
  height:160px;
  position : absolute;
}


.affiche {
width:50px;
height:70px;
top:80px;
left:5px;
position:absolute;

  img {
    width: 50px;
    max-height: 70px;
  }
}

.infos {
     width: 180px;
    height: 90px;
    top: 100px;
    left: 60px;
    position: absolute;
    line-height: 16px;
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;
}
  
  
  