.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main .share {
	font-size: 2.5em;
}
.voteimage img {
	max-width: 100%;
}
.responsive-video {
	position: relative;
	padding-bottom: 67.8%; /* Default for 1600x900 videos 16:9 ratio 56.25%*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}
@media (min-width: 992px) {
	.mod_imagevote.kachelblock.col-md-4 {
		height: 16em;
	}
}
@media (min-width: 1200px) {
	.mod_imagevote.kachelblock.col-md-4 {
		height: 18em;
	}
}

