
@media screen and (max-width: 575px) {

	div.mobile-collapse {
		width: auto;
		float: none;
		margin-right: 0;
	}

	.hide-mobile {
		display: none;
	}

}

@media screen and (max-width: 475px) {

	.hide-mobile {
		display: none;
	}

}
