/* Top frame for mobile */

@media screen and (min-width: 40em) {
	.top-navigation-header iframe {
		display: none;
	}
}
@media screen and (max-width: 40em) {
	.top-navigation-header {
		text-align: center;
	}
	.top-navigation-header iframe {
		display: inline-block;
/*		width: 100%; */
	}
	.top-navigation-header .search-box {
		display: none;
	}
}


