@media screen and (max-width: 480px)
{

#features { display: none; }

}

@media screen and (min-width: 480px)

         {
.mobileonly { display: none; }

}

 

/*hide items if under 1023*/
@media screen and (max-width: 1023px)
{.responsive #page #feature_slider .fcontainer .fcontent, .icons, #sb_footcols {display: none; }
}

 

/*mobile nav- i think this hides one menu to make the other one appear when under 1024 */
@media screen and (min-width: 1024px)
{#plcolumnxmlwl2 {display: none; }
}