
#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; }
.video-player { margin-bottom:10px; }
.video-player iframe, .video-player .wrapper { width:100%; margin:0; padding:0; /*margin-bottom:10px;*/ }


/*@media (max-width: 480px){.it-camera-icon, .it-video-icon {padding: 0 20px !important; background-position:15px 12px !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;
	}
	
}
