
.node-culture-link-2.node-teaser .title {
	position: absolute;
	color:#ffffff;
	text-align: center;
	bottom:50%;
	width: 94%;
    margin: 0;
    padding: 0 3%;
    height: auto;
}
.node-culture-link-2.node-teaser:hover a .title {
	text-decoration: none !important;
}
.node-culture-link-2.node-teaser .linkbox {
	display:none;
    position: absolute;
    width: 20.243%; /* 50/247 */
    height: 20.243%; /* 50/247 */
    margin-left: 39.879%; /* 98.5/247 */
    bottom: 13.765%; /* 34/247 */
}
.node-culture-link-2.node-teaser:hover .linkbox {
	display:block;
}



.mobile-only {
	display:none;
}

@media only screen and (max-width: 767px) {
	.mobile-only {
		display:block;
	}

}