/* Fonts */
@font-face {
    font-family: 'Netflix';
    src: url('campton-bolddemo-webfont.woff') format('woff'),
          url('campton-bolddemo-webfont.woff2') format('woff2');
}

/* Reset */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

body {
	background: none;
}

#stage {
	width: 100%;
	height: 100%;
	background: #f7f7f7;
	position: absolute;
	cursor: pointer;
	overflow: hidden;
}

.hiddenOnload {
	opacity:0;
}

.bg {
	position: absolute;
	top:0;
	left:-197px;
	width:1035px;
	height:1500px;
}

.man {
	position: absolute;
	top:4px;
	left:-197px;
	width:1036px;
}

.cta {
    width: 245px;
    height: 78px;
    background: #E50914;
    position: absolute;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
	top:757px;
	left:198px;
	font-family: 'Netflix',Arial, Helvetica, sans-serif;
}


.cta .bgg {
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: #C70811;
	transition: width 0.2s linear;
}
#stage:hover .cta .bgg {
	width: 100%;
}

.cta span {
	line-height: 78px;
	text-align: center;
	font-size: 26px;
	color: white;
	z-index: 2;
	position: relative;
	font-weight: bold;
}

.copy1 {
    position: absolute;
    top:189px;
    left:20px;
    width:599px;
}
.copy2 {
    position: absolute;
    top:751px;
    left:20px;
    width:599px;
}

.bgCenter {
    position: absolute;
    bottom:0;
    left:50%;
    width:640px;
    height:1200px;
    transform:translateX(-50%)
}

.bgScale {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 640px;
    height: 1200px;
    transform-origin: bottom center;
}

.contentCenter {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 640px;
    height: 1200px;
    transform: translateX(-50%);
}

.contentScale {
    position: absolute;
    top:0;
    left:0;
    width:640px;
    height:1200px;
    transform-origin: center bottom;
}

.title {
    position: absolute;
    top:884px;
    width:469px;
    left:85px;
}

.logo {
    position: absolute;
    top:1094px;
    left:220px;
    width:200px
}
.gradient {
    position: absolute;
    bottom:0;
    height:361px;
    width:100%;
    left:0;
}