@media only screen and (min-width:1200px) {
	.ap-embed {
		height:600px;
	}
}

@media only screen and (max-width:1199px) {
	.ap-embed {
		height:960px;
	}
}

@media only screen and (max-width:991px) {
	.ap-embed {
		height:820px;
	}
}

@media only screen and (max-width:767px) {
	.ap-embed {
		height:604px;
	}
}

@media only screen and (max-width:603px) {
	.ap-embed {
		height:1060px;
	}
}

@media only screen and (max-width:550px) {
	.ap-embed {
		height:980px;
	}
}

@media only screen and (max-width:500px) {
	.ap-embed {
		height:840px;
	}
}

@media only screen and (max-width:400px) {
	.ap-embed {
		height:790px;
	}
}

@media only screen and (max-width:350px) {
	.ap-embed {
		height:750px;
	}
}