
/*	Mobile  */
	@media screen and (max-width: 440px) {

		#Rotor {
			display:block;
			position: relative;
			width:100%;
			height:calc(100vh - 4rem);
			max-width:100%;
			max-height:calc(100vh - 4rem);
			overflow: hidden;
			margin-top: 4rem;
			transition: all 0.5s;
		}
		#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:block;
			position: relative;
			width:100%;
			height: 100%;
		}
		#Rotor DIV .TextBlock {
			position: absolute;
			display: block;
			font-size: 3.7rem;
			font-weight: bold;
			font-family: var(--Font_Normal);
		}
		#Rotor .NotVisible {
			opacity:0 !important;
			pointer-events: none !important;
		}

		#Rotor DIV .Link.Position7 .TextBlock {
			left: 1rem;
			right: 1rem;
			width: 90%;
			height: 90%;
			top:2rem;
			bottom:unset;
			text-align: left;
		}

		#Rotor DIV .Link .TextBlock .Titolo {
			display:block;
			font-size: 2rem;
			font-weight: bold;
			font-family: var(--Font_Normal);
		}
		#Rotor DIV .Link .TextBlock .Sottotitolo {
			display:block;
			font-size: 2rem;
			font-weight: normal;
			font-family: var(--Font_Normal);
		}

		#Rotor DIV .Link .TextBlock .Luogo {
			text-align: left;
			bottom: 6rem;	
			left: 3.5rem;
		}

		#Rotor DIV .Link .TextBlock .Data {
			text-align: left;
			bottom: 4rem;
			left: 3.5rem;	
		}

		#Rotor DIV .Link .TextBlock .Data, #Rotor DIV .Link .TextBlock .Luogo {
			display: block;
			width: 100%;
			position: absolute;
			font-family: "Cardo", sans-serif;
			font-weight: 400;
			font-size: 1.5rem;
		}

		#Rotor DIV .Link .TextBlock .Action {
			border: 1px solid #ffffff66;
	        font-size: 0.9rem;
	        font-family: "Montserrat", sans-serif;
	        position: absolute;
	        bottom: 1rem;
	        left: 3.5rem;
	        right: 3.5rem;
	        overflow: hidden;
	        display: inline-block;
	        text-transform: uppercase;
	        border-radius: 2px;
	        padding: 0.5rem;
	        background-color: #0f0f0fbb;
	        color: white !important;
	        min-width: 10rem;
	        text-align: center;
	        vertical-align: middle;
	        -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, padding 0.3s ease-out;
	        transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, padding 0.3s ease-out;
	        text-decoration: none;
		}

		#Rotor DIV .Link .TextBlock .Action:hover:before, #Rotor DIV .Link .TextBlock .Action:focus:before {
	        left: 120%;
	        -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
		}

		#Rotor DIV .Link .TextBlock .Action:before {
	        content: "";
	        background-color: white;
	        height: 155px;
	        left: -75px;
	        opacity: .2;
	        position: absolute;
	        top: -50px;
	        -webkit-transform: skewX(-38deg);
	        transform: skewX(-38deg);
	        -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	        width: 36px;
	        z-index: 0;
		}

	}


/*	Desktop  */
	@media screen and (min-width: 441px) {

		#Rotor {
			display:block;
			position: relative;
			width:100%;
			height:calc(100vh - 5rem);
			max-width:100%;
			max-height:calc(100vh - 5rem);
			overflow: hidden;
			margin-top: 5rem;
			transition: all 0.5s;
		}
		#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:block;
			position: relative;
			width:100%;
			height: 100%;
		}
		#Rotor DIV .TextBlock {
			position: absolute;
			display:block;
			font-size: 3.7rem;
			font-weight: bold;
			font-family: var(--Font_Normal);
		}
		#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 {
			height: 80%;
			left:4rem;
			right:4rem;
			top:4rem;
			bottom:unset;
			text-align: left;
		}

		#Rotor DIV .Link .TextBlock .Titolo {
			line-height: 1.1em;
			max-width: 40rem;
			display:block;
			font-size: 4rem;
			font-weight: bold;
			font-family: var(--Font_Normal);
			text-shadow: 0 0;
		}
		#Rotor DIV .Link .TextBlock .Sottotitolo {
			display:block;
			font-size: 3rem;
			font-weight: normal;
			font-family: var(--Font_Normal);
			text-shadow: 0 0;
		}

		#Rotor DIV .Link .TextBlock .Data {
			font-family: "Cardo", sans-serif;
			font-weight: 400;
			font-size: 2rem;
			position: absolute;
			bottom: 6.5rem;
		}

		#Rotor DIV .Link .TextBlock .Luogo {
			font-family: "Cardo", sans-serif;
			font-weight: 400;
			font-size: 2rem;
			position: absolute;
			bottom: 4rem;
		}

		#Rotor DIV .Link .TextBlock .Action {
			border: 1px solid #ffffff66;
			font-size: 1rem;
			font-family: "Montserrat", sans-serif;
	        position: absolute;
	        bottom: 0;
	        left: 0;
	        overflow: hidden;
	        display: inline-block;
	        text-transform: uppercase;
	        border-radius: 2px;
	        padding: 1rem 1.5rem;
	        background-color: #0f0f0fbb;
	        color: white !important;
	        min-width: 10rem;
	        text-align: center;
	        vertical-align: middle;
	        -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, padding 0.3s ease-out;
	        transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, padding 0.3s ease-out;
	        text-decoration: none;
		}

		#Rotor DIV .Link .TextBlock .Action:hover:before, #Rotor DIV .Link .TextBlock .Action:focus:before {
	        left: 120%;
	        -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
		}

		#Rotor DIV .Link .TextBlock .Action:before {
	        content: "";
	        background-color: white;
	        height: 155px;
	        left: -75px;
	        opacity: .2;
	        position: absolute;
	        top: -50px;
	        -webkit-transform: skewX(-38deg);
	        transform: skewX(-38deg);
	        -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	        width: 36px;
	        z-index: 0;
		}


/*	Desktop  */
	@media screen and (max-height: 600px) and (min-width: 441px) {

		#Rotor DIV .Link .TextBlock .Titolo {
			font-size: 11vh;
		}

		#Rotor DIV .Link .TextBlock .Sottotitolo {
			font-size: 8.25vh;
		}

		#Rotor DIV .Link .TextBlock .Data {
			font-size: 5.5vh;
		}

		#Rotor DIV .Link .TextBlock .Luogo {
			font-size: 5.5vh;
		}

		#Rotor DIV .Link .TextBlock .Action {
			font-size: 2.75vh;
	        padding: 2.75vh 4.125vh;
		}

	}