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