/* When the browser is at least below and under */
@media screen and (max-width: 650px) {
	.site-branding .main_logo, .site-branding .sticky_logo  { max-width: 40% !important;}
    .page-title h2 {font-size: 30px !important;}
    .page-title-text {font-size: 30px !important;}
    /* Apply some styles */
  }