   @media(min-width:1024px) {
#psych-intro  {
		 padding-bottom: 5rem;
		 margin-bottom: 0;
		 position: relative;
		 z-index:10;
		 content: "";
		 background-repeat: no-repeat;
		 background-size: 35%;
	     background-image:url(/academics/undergrad/departments/psychology/_assets-index/images/brain-slate.svg);
	     background-position-y: 140%;
         background-position-x: 110%;
         margin-top: -4rem;
         padding-top: 4rem
    
}
}