
/*
 * +-------------------------------------------+
 * |                                           |
 * |                 TABLETS                   |
 * |                                           |
 * +-------------------------------------------+
 */

@media  
	(max-device-width: 1024px ) and (orientation: landscape) , 
	(max-device-width: 1024px ) and (orientation: portrait) , 
	screen and (device-width: 600px) and (device-height: 905px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) ,
	screen and (device-width: 1280px) and (device-height: 800px)
{

	.fancybox-next span,
	.fancybox-prev span 
	{
		visibility: visible;
	}
}
