
/* - responsive.css - */
/*  (do not remove this :) */
/*  (not this either :) */

@media only screen and (max-width:1200px) {
}

@media only screen and (max-width:1000px) {
  #portal-columns-wrapper #portal-columns #portal-column-content { width:100%; max-width:100%; }
  #portal-columns-wrapper #portal-columns #portal-column-two { display:none !important; }
}


@media only screen and (max-width:800px) {
}

@media only screen and (max-width:600px) {
}

@media only screen and (max-device-width:320px) {
}

/*  */
