.alkius_casual_gallery{
	width: 100%;
	height: 500px;
}
.alkius_casual_gallery_item{
	float:left;
	background-size: cover;
	background-position: center center;
	position: absolute;
}
.item-2x1{
	width: 50%;
	height: 50%;
}
.item-1x1{
	width: 25%;
	height: 50%;
}
.item-1x2{
	width: 25%;
	height: 100%;
}
.posizione-1 {
	top:0;
	left: 0;
}
.posizione-2 {
	top: 50%;
	left: 0;
}
.posizione-3 {
	left: 25%;
	top: 50%;
}
.posizione-4 {
	left: 50%;
	top: 0%;
}
.posizione-5 {
	left: 75%;
	top: 0%;
}
.posizione-6 {
	left: 75%;
	top: 50%;
}
.alkius_toolkit_gallery_item_hidden{
	display: none !important;
}