@media only screen and (max-width: 320px) {
	#rendelo iframe {
		height: 250px
	}
}

@media only screen and (min-width: 320px) {
	#rendelo iframe {
		height: 500px
	}
}

#rendelo {
	background-color: #95c6ec;
}