@media only screen and (min-width : 1350px) {
	.home .new-posts .post-item iframe {
		height : 520px !important;
	}
}
@media only screen and (min-width:768px) and (max-width : 1350px) {
	.home .new-posts .post-item iframe {
		height : 400px !important;
	}
}
@media only screen and (min-width:475px) and (max-width : 767px) {
	.home .new-posts .post-item iframe {
		height : 270px !important;
	}
}
@media only screen and (max-width:475px){
	.home .new-posts .post-item iframe {
		height : auto !important;
	}
}