
/*	Mobile  */
	@media screen and (max-width: 440px) {

		#Rotor {
			display:block;
			position: relative;
			width:100%;
			height:auto;
			max-width:100%;
			max-height: calc(100vh - 4.4rem);
		}
		#Rotor DIV {
			position: absolute;
			display: block;
			overflow: hidden;
			left:0;
			top:0;
			width:100%;
			height: 100%;
			opacity:0;
			background-position: center top;
			background-size: cover;
			background-repeat: no-repeat;
			text-align: center;
			transition: opacity ease-in 0.1s;
		}
		#Rotor DIV IMG {
			position: relative;
			display: block;
			width: 100%;
		}
		#Rotor DIV.Visible {
			opacity:1;
		}
		#Rotor DIV .Link {
			display:block;
			position: absolute;
			left:0;
			top:0;
			width:100%;
			height: 100%;
		}
		#Rotor DIV .TextBlock {
			position: absolute;
			display:block;
			font-size: 3.7rem;
			font-weight: bold;
			color: #ffffff;
			font-family: var(--Font_Normal);
			text-shadow: 0px 0.1rem 0.1rem rgba(0, 0, 0, 0.66);
		}
		#Rotor .NotVisible {
			opacity:0 !important;
			pointer-events: none !important;
		}
		#Rotor DIV .Link.Position0 .TextBlock {
			left:0;
			right:0;
			top:4.5vh;
			bottom:unset;
			text-align: center;
		}
		#Rotor DIV .Link.Position1 .TextBlock {
			left:4.5vh;
			right:4.5vh;
			top:4.5vh;
			bottom:unset;
			text-align: right;
		}
		#Rotor DIV .Link.Position2 .TextBlock {
			left:4.5vh;
			right:4.5vh;
			top:50%;
			bottom:unset;
			text-align: right;
		}
		#Rotor DIV .Link.Position3 .TextBlock {
			left:4.5vh;
			right:4.5vh;
			top:unset;
			bottom:4.5vh;
			text-align: right;
		}
		#Rotor DIV .Link.Position4 .TextBlock {
			left:0;
			right:0;
			top:unset;
			bottom:4.5vh;
			text-align: center;
		}
		#Rotor DIV .Link.Position5 .TextBlock {
			left:4.5vh;
			right:4.5vh;
			top:unset;
			bottom:4.5vh;
			text-align: left;
		}
		#Rotor DIV .Link.Position6 .TextBlock {
			left:4.5vh;
			right:4.5vh;
			top:50%;
			bottom:unset;
			text-align: left;
		}
		#Rotor DIV .Link.Position7 .TextBlock {
			left:4.5vh;
			right:4.5vh;
			top:4.5vh;
			bottom:unset;
			text-align: left;
		}

		#Rotor DIV .Link .TextBlock .Titolo {
			display:block;
			font-size: 13vw;
			line-height: 1em;
			margin-bottom:0.3em;
			font-weight: bold;
			color: #ffffff;
			font-family: var(--Font_Normal);
			text-shadow: 0px 0.1rem 0.1rem rgba(0, 0, 0, 0.66);
		}
		#Rotor DIV .Link .TextBlock .Sottotitolo {
			display:block;
			font-size: 8vw;
			line-height: 1em;
			margin-bottom:0.3em;
			font-weight: normal;
			color: #ffffff;
			font-family: var(--Font_Normal);
			text-shadow: 0px 0.1rem 0.1rem rgba(0, 0, 0, 0.66);
		}
		#Rotor DIV .Link .TextBlock .Action {
			display:inline-block;
			font-size: 7vw;
			line-height: 2em;
			padding-left: 1.5em;
			padding-right: 1.5em;
			font-weight: bold;
			color: #ffffff;
			font-family: var(--Font_Normal);
			background-color:var(--Palette1);
			-webkit-border-radius: 0.4em;
			-moz-border-radius: 0.4em;
			border-radius: 0.4em;
			text-shadow:none;
		}

	}


/*	Desktop  */
	@media screen and (min-width: 441px) {

		#Rotor {
			display:block;
			position: relative;
			width:100%;
			max-width:100%;
			height: auto;
			max-height: calc(100vh - 8rem);
		}
		#Rotor DIV {
			position: absolute;
			display: block;
			overflow: hidden;
			left:0;
			top:0;
			width:100%;
			height: 100%;
			opacity:0;
			background-position: center top;
			background-size: cover;
			background-repeat: no-repeat;
			text-align: center;
			transition: opacity ease-in 0.1s;
		}
		#Rotor DIV IMG {
			position: relative;
			display: block;
			width: 100%;
		}
		#Rotor DIV.Visible {
			opacity:1;
		}
		#Rotor DIV .Link {
			display:block;
			position: absolute;
			width:100%;
			height: 100%;
			left:0;
			top:0;
		}
		#Rotor DIV .TextBlock {
			position: absolute;
			display:block;
			font-size: 3.7rem;
			font-weight: bold;
			color: #ffffff;
			font-family: var(--Font_Normal);
			text-shadow: 0px 0.1em 0.1em rgba(0, 0, 0, 0.66);
			font-size:0.7vw;
		}
		#Rotor .NotVisible {
			opacity:0 !important;
			pointer-events: none !important;
		}
		#Rotor DIV .Link.Position0 .TextBlock {
			left:0;
			right:0;
			top:3.5vw;
			bottom:unset;
			text-align: center;
		}
		#Rotor DIV .Link.Position1 .TextBlock {
			left:3.5vw;
			right:3.5vw;
			top:3.5vw;
			bottom:unset;
			text-align: right;
		}
		#Rotor DIV .Link.Position2 .TextBlock {
			left:3.5vw;
			right:3.5vw;
			top:50%;
			bottom:unset;
			text-align: right;
		}
		#Rotor DIV .Link.Position3 .TextBlock {
			left:3.5vw;
			right:3.5vw;
			top:unset;
			bottom:3.5vw;
			text-align: right;
		}
		#Rotor DIV .Link.Position4 .TextBlock {
			left:0;
			right:0;
			top:unset;
			bottom:3.5vw;
			text-align: center;
		}
		#Rotor DIV .Link.Position5 .TextBlock {
			left:3.5vw;
			right:3.5vw;
			top:unset;
			bottom:3.5vw;
			text-align: left;
		}
		#Rotor DIV .Link.Position6 .TextBlock {
			left:3.5vw;
			right:3.5vw;
			top:50%;
			bottom:unset;
			text-align: left;
		}
		#Rotor DIV .Link.Position7 .TextBlock {
			left:3.5vw;
			right:3.5vw;
			top:3.5vw;
			bottom:unset;
			text-align: left;
		}

		#Rotor DIV .Link .TextBlock .Titolo {
			display:block;
			font-size: 4.4em;
			line-height: 1em;
			margin-bottom:0.2em;
			font-weight: bold;
			color: #ffffff;
			font-family: var(--Font_Normal);
			text-shadow: 0px 0.05em 0.05em rgba(0, 0, 0, 0.66);
		}
		#Rotor DIV .Link .TextBlock .Sottotitolo {
			display:block;
			font-size: 3em;
			line-height: 1em;
			margin-bottom:0.45em;
			font-weight: normal;
			color: #ffffff;
			font-family: var(--Font_Normal);
			text-shadow: 0px 0.05em 0.05em rgba(0, 0, 0, 0.66);
		}
		#Rotor DIV .Link .TextBlock .Action {
			display:inline-block;
			font-size: 2em;
			line-height: 2em;
			padding-left: 1.5em;
			padding-right: 1.5em;
			font-weight: bold;
			color: #ffffff;
			font-family: var(--Font_Normal);
			background-color:var(--Palette1);
			-webkit-border-radius: 0.4em;
			-moz-border-radius: 0.4em;
			border-radius: 0.4em;
			text-shadow:none;
		}

	}
