/* ==========================================================================
   Desktop
   ========================================================================== */
@media (min-width: 1000px) {
	div.maincamerascreencapture{position:relative; width:100%; height:600px; border:1px solid #000;}	
	.maincamerascreen{float:left; width:800px; height:600px;}
	div.maincameraoverlay{position:absolute; background-color:#F00; width:50px; height:50px; top:40px; left:40px;}

}


/* ==========================================================================
   Mobile
   ========================================================================== */
@media (min-width: 0px) and (max-width: 999px){
	div.maincamerascreencapture{position:relative; width:100%; height:800px; border:1px solid #000;top:40px; left:40px;}
	.maincamerascreen{float:left; width:600px; height:800px;}
	div.maincameraoverlay{position:absolute; background-color:#F00; width:50px; height:50px;}

}

/* ==========================================================================
   Share CSS
   ========================================================================== */

