.Pencil {
	position: fixed;
    z-index: 99997;
    top: 0;
    left: calc(30%);
    transform: translate(-50%,-50%);
    max-width: 15em;
}

#Scene09 {
	background-color: #ffff4a;
}

#Scene09 *, #Scene09 .headline, #Scene09 a, #Scene09 a:hover, #Scene09 a:focus, #Scene09 a:active {
	color: #ff0086;
}

#Scene09 .Title {
	opacity: 1;
    position: absolute;
    width: 0vW;
    right: 0;
    z-index: 9;
    transform-origin: top right;
}

#Scene09 .Popcorn {
	opacity: 0;
	position: absolute;
    width: 32vW;
    right: 4vW;
    top: -22vH;
    transform: rotate(8deg);
}

#Scene09 .FirstPara {
	margin-top: 4em;
}

#Scene09 .Polaroid {
	
}


#SceneContent {
	min-height: 50vH;
	padding: 4em 0;	
}
#SceneContent * {
	color: #ff0086;
}
#SceneContent a, #SceneContent a:hover, #SceneContent a:focus, #SceneContent a:active, #Scene03 a, #Scene03 a:hover, #Scene03 a:focus, #Scene03 a:active {
	color: #ff0086;
	border-bottom: 1px solid #ff0086;
}

#SceneContent h2 {
    font-size: 2.5em;
    margin-top: 1.5em;
}
#SceneContent h3 {
    font-size: 1.5em;
    margin-top: 1.5em;
}

.videoWrapper video {
/*
    width: 35%;
    height: 50%;
*/
    
    height: 50%;
    background-color: #000;
}

#SceneABoutUs {
	min-height: auto;
	padding: 4em 0;
}
#SceneABoutUs * {
	color: #ff0086;
}
#SceneABoutUs .Logo {
    max-width: 30em;
}


@media (min-width: 1300px){
	#SceneContent {
		padding-bottom: 0;
	    margin-bottom: -16%;
	}
}

@media (max-width: 767px){
	
	.Pencil {
	    top: calc(100% - 3em);
    }
    
    #Scene09 .FirstPara {
	    margin-top: 7em;
    }
    
    #Scene09 .Title {
	    z-index: 9;
    }
}