.partnertilewall {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	transform: translateZ(0px);
}

.partnertile {
	float: left;
	position: relative;
	background-color: white;
	width: 204px;
	height: 150px;
	border: 2px solid #d9e4e9;
	border-radius: 4px;
	margin: 10px 10px 0 0;
}

.partnertile h2 {
	margin-top: 6px;
	margin-left: 35px;
	margin-right: 35px;
	margin-bottom:0;
	color: #006068;
	text-align: center;
	font-size: 14px;
}

.partnertile-logo {
	position: relative;
	float: left;
	top: 5px;
	left: 50%;
	transform: translate(-50%, 0);
}

.partnertile-title {
	position: absolute;
	top: 78px;
	height: 70px;
	width: 100%;
	background-color: #d9e4e9;
}
/*
.partnertile-flag {
	position: absolute;
	bottom: 2px;
	right: 5px;
	margin-right: -15px;
}
*/
.partnertile-blinds {
    position:absolute;
    bottom:0;
	right:0;
	background: rgba(0, 0, 0, 0.7);
    color:#9a9a9a; /* = 173,173,173 */
    width:100%;
    height:	100%;
    padding: 20px 10px;
    display: none;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    z-index: 3;
}
.partnertile-blinds a {
	color: white;
	text-decoration: none;
}
