/*
 * @package WordPress
 * @subpackage Formidable, gfirem
 * @author GFireM
 * @copyright 2017
 * @link http://www.gfirem.com
 * @license http://www.apache.org/licenses/
 *
 */
.frm_dropzone .dz-preview:hover .dz-image img {
	-webkit-transform: none !important;
	-moz-transform: none;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
	-webkit-filter: none !important;
	filter: none !important;
}

.frm_dropzone .dz-preview .dz-image {
	border-radius: 0 !important;
}

.zoomContainer{
	z-index: 99999999;
}