
/*	-------------------------------------------------------------------------- */
/*	Mobile  
/*	-------------------------------------------------------------------------- */
	@media screen and (max-width: 440px) {

		.Container {
			margin:0 !important;
			padding:0 !important;
		}
		body .FakeRotor {
			display: block;
			position: relative;
			width:100%;
			height:calc(100vh - 6.4rem);
			overflow: hidden;
			margin-top: 6.4rem;
			background-position: center top;
			background-repeat: no-repeat;
			background-size: cover;
		}

		body .FakeRotor .overlay {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(0, 0, 0, 0.5); 
			z-index: 0;
		}

		body .FakeRotor > h1 {
			display: none;
		}
		.RotorButton {
			position: absolute;
		    bottom: 5rem;
		    left: 0;
		    width:100vw;
		    text-align: center;
		}
		.RotorButton .RotorLink {
			display: inline-block;
			padding-left: 4rem;
			padding-right: 4rem;
			text-decoration: none;
			color:#fff !important;
			font-weight:600;
			font-size:1.5rem;
			line-height: 4rem;
			height: 4rem;
			background: #f68e1f;
			-webkit-border-radius: 0.6rem;
			-moz-border-radius: 0.6rem;
			border-radius: 0.6rem;
			-webkit-box-shadow: 0px 0.2rem 0.4rem 0px #000000;
			-moz-box-shadow: 0px 0.2rem 0.4rem 0px #000000;
			-o-box-shadow: 0px 0.2rem 0.4rem 0px #000000;
			box-shadow: 0px 0.2rem 0.4rem 0px #000000;
		}
		.RotorButton .RotorLink:HOVER {
			background: #f1a24d;
		}

	}

/*	-------------------------------------------------------------------------- */
/*	Desktop  
/*	-------------------------------------------------------------------------- */
	@media screen and (min-width: 441px) {


		body .FakeRotor {
			display: block;
			position: relative;
			width:100%;
			height:calc(100vh - 8rem);
			overflow: hidden;
			margin-top: 8rem;
			background-position: center top;
			background-repeat: no-repeat;
			background-size: cover;
		}

		body .FakeRotor .overlay {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(0, 0, 0, 0.35); 
			z-index: 0;
		}
		body .FakeRotor > h1 {
    		display: none;
		}
		.RotorButton {
			position: absolute;
		    bottom: 10rem;
		    left: 0;
		    width:100vw;
		    text-align: center;
		}
		.RotorButton .RotorLink {
			display: inline-block;
			padding-left: 4rem;
			padding-right: 4rem;
			text-decoration: none;
			color:#fff !important;
			font-weight:600;
			font-size:1.5rem;
			line-height: 4rem;
			height: 4rem;
			background: #f68e1f;
			-webkit-border-radius: 0.6rem;
			-moz-border-radius: 0.6rem;
			border-radius: 0.6rem;
			-webkit-box-shadow: 0px 0.2rem 0.4rem 0px #000000;
			-moz-box-shadow: 0px 0.2rem 0.4rem 0px #000000;
			-o-box-shadow: 0px 0.2rem 0.4rem 0px #000000;
			box-shadow: 0px 0.2rem 0.4rem 0px #000000;
		}
		.RotorButton .RotorLink:HOVER {
			background: #f1a24d;
		}
		.Container {
			margin:0 !important;
			padding:0 !important;
		}

	}