@charset "utf-8";
/*==================================
	Undraggable
==================================*/
html,
.undraggable,
.fancybox-image{
	-webkit-touch-callout: none;
}

.fancybox-image {
	pointer-events: none;
}