/* CSS Document */

.swiper-pagination{
	z-index: 5;
}

#animation_container{
	width: 100%!important;
    height: 35vh!important;
	
    position: absolute;
    background-color: red;
    z-index: 2;
	display: none;
    justify-content: center;
	align-items: flex-end;
	margin: auto;
}

#animation_container canvas{
	width: calc( 32vh * 1.415)!important;
    height: 32vh!important;
}


.mostra{
	display: flex!important;
	z-index: 5;
}

.animazione {
	width: 100%;
    height: 35vh!important;
	flex: none;
}
