@media only screen and (min-width: 1200px) {
	iframe{
		width: 760px;
		height: 630px;
	}
}

@media only screen and (min-width:479px) and (max-width:768px) {
	iframe{
		width: 560px;
		height: 315px;
	}
}
@media only screen and (max-width: 479px) {
	iframe{
		width: 340px;
		height: 340px;
	}
}
