@charset "utf-8";
/* CSS Document */



#introvd_cell {
    height: 100%;
    line-height: 120%;
    min-height: 1024px;
    overflow: hidden;
    position: relative;
}

#introvd_cell video {
    bottom: 0;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    left: -960px;
    width: auto;
	background: #E56464;
}

/* Required */

.nascosto{
	opacity: 0;
}

.scoperto{
	opacity: 1;
}
