.thumbs .col {
	margin-bottom: 40px;
}
.thumbs .th{
	position: relative;
	height: 100%;
	padding-bottom: 90px;
	border: 1px solid #000;
}
.thumbs .th:before{
	content: "";
	display: block;
	padding-top: 100%;
}
.thumbs .th .img{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}
.thumbs .th .text{
	padding: 20px;
	padding-bottom: 0;
}
.date{
	padding-left: 25px;
	float: right;
	font-size: 10px;
	text-transform: uppercase;
	background: url(../images/clock.svg) left center no-repeat;
	background-size: 15px;
}
.logo{
	height: 100px;
	margin-top: 20px;
	margin-bottom: 30px;
	object-fit: contain;
}
.link{
	position: absolute;
	bottom: 35px;
	font-size: 14px;
	border-bottom: 1px solid #000;
}


.article .date{
	float: left;
}
.article .logo{
	width: auto;	
	margin-top: 20px;
	margin-bottom: 40px;
}
.article h2{
	width: 50%;
}
.article .link{
	display: inline-block;
	position: relative;
	margin-top: 20px;
	bottom: auto;
}







@media (max-width: 992px){

	.thumbs .col {
		margin-bottom: 20px;
	    padding: 0px 5px;
	}
	.thumbs .th {
	    padding-bottom: 70px;
	}
	.thumbs .th .text {
	    padding: 15px;
	    padding-bottom: 0;
	}
	.logo {
	    height: 54px;
	    margin-top: 15px;
	    margin-bottom: 20px;
	    object-fit: contain;
	}
	h2 {
	    margin-bottom: 20px;
	}
	.link {
		font-size: 12px;
	    bottom: 30px;
	}
	.article .logo {
	    margin-bottom: 30px;
	}

}



@media (max-width: 576px){

	.line {
	    margin: 20px 15px;
	}
	.thumbs .col {
		margin-bottom: 10px;
	    padding: 0px 5px;
	}
	.thumbs .th .text {
	    padding: 8px;
	}
	.date {
	    padding-left: 14px;
	    font-size: 8px;
	    background-size: 8px;
	}
	.logo {
	    height: 30px;
	    margin-top: 10px;
	    margin-bottom: 10px;
	}
	h2 {
	    margin-bottom: 10px;
	}
	.thumbs .th {
	    padding-bottom: 40px;
	}
	.link {
	    bottom: 20px;
	}
	.article {
	    margin: 20px 10px;
	}
	.article .break {
		display: none;
	}
	.article .date {
	    position: absolute;
	    right: 10px;
	    top: 32px;
	    font-size: 10px;
	}
	.article .logo {
	    margin-bottom: 20px;
	}
	.article h2 {
	    width: 100%;
	    margin-bottom: 20px;
	}
	.article .link {
	    margin-top: 15px;
	}

}





