iframe {
	width: 370px;
}

@media only screen and (max-width: 767px) {
	iframe {
		width: 100%;
		max-width: 360px;
	}
}