* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



.wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1000;
}



/* Video Pages */

.screen {
    position: relative;
    height: 100%;
    width: 100%; /*  NOTE: numVideos/100%  */;
    float: left;
    overflow: hidden;
}

.big-image {
    min-width: 100%;
    min-height: 100%;
    height:inherit;
    width:auto;
}



