  @media screen and (min-width: 0px) and (max-width: 414px) {
	.headerOne {
		font-size: 33px;
	}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
	.mobileSidebar {
		display:inherit;
	}
	.content .col-lg-4 {
		display:none;
	}
}