.thumb{
	background-color: white;
}

.thumb iframe{
	position:absolute;
	bottom: 0;
	left: 0;
	display: none;
}
.thumb .click-to-load{
	position:absolute;
	bottom: 0;
	display: none;
    text-align: center;
    padding: 40px 0;
    width: 100%;
    background-color: rgba(156, 156, 156, 0.68);
    color: #fff;
}

.thumb > .info{
	text-align: center;
	padding-top: 20%;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
}

.thumb > .info > .title{
	font-size: 150%;
}

.thumb > .info > .tags{
	font-size: 60%;
}

