@media all and (max-width:720px) {
	.osmbox {
		display: table;
		float: none !important;
		width: auto !important;
		margin: 0 auto !important;
	}
}