#bg,.content {
	background: white url(i/feeling.jpg) no-repeat center;
	background-size: cover;
}
#bg {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#votes {
	position: relative;
	width: 93.75%;
	height: 93.75%;
	top: 3.125%;
	left: 3.125%;
}
.feeling {
	text-align: center;
	position: absolute;
	font-family: Roboto;
	font-size: 2.5vw;
	text-shadow: 2px 2px 3px white;
	cursor: pointer;
	line-height: 1;
}
:not(.lang-en) .feeling {
	font-size: 2.1vw;
}
.feeling div {
	position: relative;
}
.feeling:hover {
	color: #aaa;
}
.vote_yes {
	color: #507 !important;
	transform: scale(1.25) !important;
}
