#imagelightbox
{
    position: fixed;
	cursor: pointer; 
	/*position:relative;*/
    z-index: 9999;
	padding: 15px;
	border: 1px solid #e3e3e3;
	background: rgba(255,255,255,0.7);	
	border-radius: 3px;
	 
    -ms-touch-action: none;
    touch-action: none;
}
 
 @media only screen and (max-width: 767px) 						   {
	 #imagelightbox
{ visibility: hidden;}
 }
 @media only screen and (min-width: 480px) and (max-width: 767px)  {
	  #imagelightbox
{ visibility: hidden;}
 }	 	 
