

.q_logo img.retina-logo {
	opacity:0 !important;
}

.info.portfolio_categories {
	display:none !important;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 1000px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 1000px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 1000px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 1000px),
only screen and (                min-resolution: 192dpi) and (min-width: 1000px),
only screen and (                min-resolution: 2dppx)  and (min-width: 1000px) { 

	/* Large screen, retina, stuff to override above media query */
	.q_logo img.dark, .q_logo img.light, .q_logo img.popup, .q_logo img.sticky {
		opacity:0 !important;
	}
	.q_logo img.retina-logo {
		opacity:1 !important;
	}

}

.portfolio_detail.portfolio_single_follow {
	margin-top: 0!important;
}