/*
|--------------------------------------------------------------------------
| CubeShield Image Overlay
|--------------------------------------------------------------------------
*/

.cs-image-wrapper{

	position:relative;
	display:inline-block;

}

.cs-image-overlay{

	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;

	background:transparent;

	z-index:9999;

	cursor:default;

	user-select:none;

	-webkit-user-select:none;

	-webkit-touch-callout:none;

}