.thumb-grid {
		
}

.thumb {
	
	float: left;
	width: calc(33.3333333% - 10px);
	margin: 0px 5px;
	height: auto;
	padding: 0;

}

.thumb-image-container{
	
	display: block;
	width: 100%;
	position: relative;
	height: 0;
	padding: 56.25% 0 0 0; /*56.25% = aspect ratio 9/16 */
	overflow: hidden;
	background: black;


}

.thumb img {

	position: absolute;
	display: block;
	max-width: 100%;
	max-height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	
}

.hidden-code {

	display: none;

}

.thumb{
	width: 100%/3;
	height: auto;
	float:left;
	
}

.thumb-link{
	
	text-decoration: none;
	color: inherit;
	
}

.thumb-title{

	margin-top: 5px;
	display: block;
	height: 40px;
	overflow: hidden;
	
}