
/*	Mobile  */
	@media screen and (max-width: 440px) {

		#Rotor {
			display: block;
			position: relative;
			width: 100%;
			height: calc(100vh - 6.5rem);
			max-width: 100%;
			margin-top: 6.5rem;
			max-height: calc(100vh - 6.5rem);
			overflow: hidden;
			bottom: 0rem;
		}
		#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.5s;
		}
		#Rotor DIV.Visible {
			opacity:1;
		}
		#Rotor DIV .Link {
			display:none;
			position: relative;
			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:4rem;
			bottom:unset;
			text-align: center;
		}
		#Rotor DIV .Link.Position1 .TextBlock {
			left:4rem;
			right:4rem;
			top:4rem;
			bottom:unset;
			text-align: right;
		}
		#Rotor DIV .Link.Position2 .TextBlock {
			left:4rem;
			right:4rem;
			top:50%;
			bottom:unset;
			text-align: right;
		}
		#Rotor DIV .Link.Position3 .TextBlock {
			left:4rem;
			right:4rem;
			top:unset;
			bottom:4rem;
			text-align: right;
		}
		#Rotor DIV .Link.Position4 .TextBlock {
			left:0;
			right:0;
			top:unset;
			bottom:4rem;
			text-align: center;
		}
		#Rotor DIV .Link.Position5 .TextBlock {
			left:4rem;
			right:4rem;
			top:unset;
			bottom:4rem;
			text-align: left;
		}
		#Rotor DIV .Link.Position6 .TextBlock {
			left:4rem;
			right:4rem;
			top:50%;
			bottom:unset;
			text-align: left;
		}
		#Rotor DIV .Link.Position7 .TextBlock {
			left:4rem;
			right:4rem;
			top:4rem;
			bottom:unset;
			text-align: left;
		}

		#Rotor DIV .Link .TextBlock .Titolo {
			display:block;
			font-size: 4.4rem;
			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: 3rem;
			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: 2rem;
			line-height: 4rem;
			padding-left: 1.5rem;
			padding-right: 1.5rem;
			font-weight: bold;
			color: #ffffff;
			font-family: var(--Font_Normal);
			background-color:var(--Palette1);
			-webkit-border-radius: 0.4rem;
			-moz-border-radius: 0.4rem;
			border-radius: 0.4rem;
			text-shadow:none;
		}

	}


/*	Desktop  */
	@media screen and (min-width: 441px) {

		#Rotor {
			display:block;
			position: relative;
			width:100%;
			height:calc(100vh - 8rem);
			max-width:100%;
			max-height:calc(100vh - 8rem);
			overflow: hidden;
			margin-top: 5rem;
		}
		#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.5s;
		}
		#Rotor DIV.Visible {
			opacity:1;
		}
		#Rotor DIV .Link {
			display:none;
			position: relative;
			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:4rem;
			bottom:unset;
			text-align: center;
		}
		#Rotor DIV .Link.Position1 .TextBlock {
			left:4rem;
			right:4rem;
			top:4rem;
			bottom:unset;
			text-align: right;
		}
		#Rotor DIV .Link.Position2 .TextBlock {
			left:4rem;
			right:4rem;
			top:50%;
			bottom:unset;
			text-align: right;
		}
		#Rotor DIV .Link.Position3 .TextBlock {
			left:4rem;
			right:4rem;
			top:unset;
			bottom:4rem;
			text-align: right;
		}
		#Rotor DIV .Link.Position4 .TextBlock {
			left:0;
			right:0;
			top:unset;
			bottom:4rem;
			text-align: center;
		}
		#Rotor DIV .Link.Position5 .TextBlock {
			left:4rem;
			right:4rem;
			top:unset;
			bottom:4rem;
			text-align: left;
		}
		#Rotor DIV .Link.Position6 .TextBlock {
			left:4rem;
			right:4rem;
			top:50%;
			bottom:unset;
			text-align: left;
		}
		#Rotor DIV .Link.Position7 .TextBlock {
			left:4rem;
			right:4rem;
			top:4rem;
			bottom:unset;
			text-align: left;
		}

		#Rotor DIV .Link .TextBlock .Titolo {
			display:block;
			font-size: 4.4rem;
			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: 3rem;
			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: 2rem;
			line-height: 4rem;
			padding-left: 1.5rem;
			padding-right: 1.5rem;
			font-weight: bold;
			color: #ffffff;
			font-family: var(--Font_Normal);
			background-color:var(--Palette1);
			-webkit-border-radius: 0.4rem;
			-moz-border-radius: 0.4rem;
			border-radius: 0.4rem;
			text-shadow:none;
		}

	}
