.container-drag{
	position: relative;
	width: 100%;
	display: grid;
}

.container-drag_2{
	position: relative;
	width: 100%;
	height: 100%;
	display: grid;
}

.item-drag{
	position: absolute !important;
	width: 100%;
	height: auto;
	z-index: 1;	
}

.item-drag.muuri-item-dragging {
	z-index: 3;
	cursor: move;
}

.item-drag.muuri-item-releasing {
	z-index: 2;
}

.item-drag.muuri-item-hidden {
	z-index: 0;
}

.item-drag-content {
 	position: relative;
	width: 100%;
	cursor: pointer;
}

.menu_drag_item {
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	display: inline-block
}


.item-drag .contatti-drag{
	position: absolute !important;
	width: 100%;
	z-index: 1;	
}

