/* We use this media query to add styles to any device that supports media queries */
@media only screen {

#extraContainer1{
	display: block;
}

#extracontent1_mobile_toggle {
	display: none !important;
}

}
