/*  ==========================================================================
	  WP Admin Styles
		==========================================================================	
*/
#wpadminbar{
	position: fixed !important;
}

.attachments-browser .gallery-settings *{
	display: none;
}

@media screen and (max-width: 600px){
	#wpadminbar{
		position: fixed !important;
		z-index: 999 !important;
	}
}
