#quotes-wrapper {
	height: 280px;
}

#quotes {
	position: relative;
}

.quote {
	position: absolute;
	top: -2px;
	background-color: #ffffff;
	width: 323px;
	height: 226px;
}

