
/*called in articles - where there can be an image and video in the top area*/
#tabbed_article #it_videos, #tabbed_article #it_pictures { box-sizing:border-box; width:50%; }

#tabbed_article .it-camera-icon span, #tabbed_article .it-video-icon span { display:inline-block; width:20px; height:10px; background-repeat:no-repeat !important; 
background-image:url(../images/icons/vid_img.png); vertical-align: bottom; height:16px; margin-right:3px; }

#tabbed_article .it-camera-icon span { background-position:0 -25px; }
#tabbed_article .it-video-icon span { background-position:0 0; }

.it-camera-icon.active a, .it-video-icon.active a { background-color:transparent !important; }

/* Retina */
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	#tabbed_article .it-camera-icon span, #tabbed_article .it-video-icon span {
		 background-image: url(../images/icons/vid_img@2x.png);
		-webkit-background-size: 16px auto;
		-o-background-size: 16px auto;
		background-size: 16px auto;
		background-size: 16px auto;
	}
	
}
