.grid {
	overflow: visible;
}

.grid .col-1-1 {
	text-align: center;
}

div.questions img.philosopher,
div.questions div.q1,
div.questions div.q2,
div.questions div.q3 {
	position: absolute;
}

div.questions img.philosopher {
	left: 371px;
	top: 248px;
}

div.questions div.q1 {
	left: 126px;
	top: 152px;
}

div.questions div.q2 {
	left: 446px;
	top: 84px;
}

div.questions div.q3 {
	left: 785px;
	top: 152px;
}

div.answer {
	background: #FFCC99;
	border: 1px solid #232323;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;

	width: 772px;
	height: 398px;
}

div.answer div.content {
	font-style: italic;
	font-size: 2.81em;
	color: #4D4D4D;
	padding: 95px 50px;
	text-align: center;
}

div.answer div.number {
	font-weight: bold;
	font-size: 3.93em;
	text-align: center;
	color: #414141;

	background: #E1F2F4;
	border: 1px solid #222220;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;

	position: absolute;
	left: -33px;
	top: -22px;
	padding-right: 5px;
	padding-top: 5px;

	width: 86px;
	height: 86px;

	-webkit-box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    3px 3px 1px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         3px 3px 1px 0px rgba(0, 0, 0, 0.3);
}

div.answer div[data-sg-id=btn-popup-close] {
	position: absolute;
	top: -6px;
	left: 722px;
}
