﻿.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.thumbnail a{
	width:100%;
	height:93px;
	overflow:hidden;
	background:#ccc;
	display: flex;
    align-items: center;
}
.thumbnail img{
	 width:auto;
	 max-width:none!important;
	 max-height:100%!important;
	 max-width:100%!important;
}

.eventInfo{overflow:hidden;}

.btn-download{color:#fff;}
	.btn-download:hover{color:#fff;}