@media only screen and (max-width: 600px) {
	.aboToCart {
		display: none !important;
	}
	
	/*Set position of fb icon on mobile screen. */
	#md-menu-right a.facebook {
	 	position: relative !important;
	 	top: -8px !important;
	 	right: 40px;
  	}
	
	h1 {
		font-size: 250% !important;
	}
	
	div.container div.navbar-header {
		height: 70px !important;
		margin-bottom: -60px
	}
}