@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
.frame_set
{
	width:100%;
	height:500px;
	overflow:hidden;
}
.frame_set1
{
	width:100%;
	height:500px;
	overflow:hidden;
}

@media screen and (max-width: 300px)
{
	iframe
	{
		overflow:hidden;
	}
	.frame_set
{
	width:100%;
	height:200px;
	overflow:visible;
}
.frame_set1
{
	width:100%;
	height:200px;
	overflow:visible;
}
}
