* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    color: #fff;
    background: #111;
    overflow: hidden;
    font-family: 'Open Sans Condensed', Arial, sans-serif;
    font-weight: 300;
    font-size: 1em;
}

.wrapper {
    position: absolute;
    width: 500%;
    height: 100%;
    z-index: 0;
}
.wrapper .mask {
	background-image: url(../raster.png);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-repeat: repeat;
}
/* Video Pages */

.screen {
    position: relative;
    height: 100%;
    width: 20%; /*  NOTE: numVideos/100%  */;
    float: left;
    overflow: hidden;
}

.big-image {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
}

.video-title {
    position: absolute;
    top: 5%;
    right: 5%;
    opacity: .5;
    margin: 40px 0 0 0;
    padding: 0;
    line-height: .65;
    font-size: 4em;
    text-transform: uppercase;
}

/* Codrops Header Style */
.codrops-top {
	text-transform: uppercase;
	z-index: 9999;
	position: absolute;
	width: 360px;
	background-image: url(../welcome-fbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 190px;
	right: 50px;
	bottom: 50px;
}
.codrops-top a {
	background-image: url(../welcome-font.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 190px;
	width: 360px;
}
.codrops-top a:hover {
	background-image: url(../welcome-font2.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 190px;
	width: 360px;
}
/* End Codrops Header Style */