/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */


/* Style adjustments for viewports 480px and over go here */
@media only screen and (min-width: 480px) {
  

}


/* Style adjustments for viewports 768px and over go here */  
@media only screen and (min-width: 768px) {
    


}


/* Style adjustments for viewports 1024px and over go here */  
@media only screen and (min-width: 1024px) {

}

