

@media (min-width:320px)  {
    #main_wrapper {
        margin: 100px auto;
        /*background-image: url('goblen_awesomeness.png');*/
        /*background-repeat: no-repeat;*/
        /*background-size: 100% 100%;*/
        width: 100%;
        height: auto;
    }

    #video_wrapper {
        /*padding-left: 33px;*/
        /*padding-top: 30px;*/
        width: 100%;
        height: auto;
    }
    #controls {
        zoom: 1.3;
    }
}
@media (min-width:481px)  {
    #main_wrapper {
        margin: 100px auto;
        /*background-image: url('goblen_awesomeness.png');*/
        /*background-repeat: no-repeat;*/
        /*background-size: 100% 100%;*/
        width: 100%;
        height: auto;
    }

    #video_wrapper {
        /*padding-left: 33px;*/
        /*padding-top: 30px;*/
        width: 100%;
        height: auto;
    }
    #controls {
        zoom: 1.3;
    }
}
@media (min-width:641px) {
    #main_wrapper {
        margin: 100px auto;
        /*background-image: url('goblen_awesomeness.png');*/
        /*background-repeat: no-repeat;*/
        /*background-size: 100% 100%;*/
        width: 100%;
        height: auto;
    }

    #video_wrapper {
        /*padding-left: 33px;*/
        /*padding-top: 30px;*/
        width: 100%;
        height: auto;
    }
    #controls {
        zoom: 1.3;
    }

}

@media (min-width:801px)  {
    #main_wrapper {
        margin: 100px auto;
        /*background-image: url('goblen_awesomeness.png');*/
        /*background-repeat: no-repeat;*/
        /*background-size: 100% 100%;*/
        width: 100%;
        height: auto;
    }

    #video_wrapper {
        /*padding-left: 33px;*/
        /*padding-top: 30px;*/
        width: 100%;
        height: auto;
    }

    #controls {
        zoom: 1.3;
    }
}
@media (min-width:1025px) {
    #main_wrapper {
        margin: 100px auto;
        /*background-image: url('goblen_awesomeness.png');*/
        /*background-repeat: no-repeat;*/
        /*background-size: 100% 100%;*/
        width: 640px;
        height: 550px;
    }

    #video_wrapper {
        /*padding-left: 33px;*/
        padding-top: 30px;
        width: 640px;
        height: 480px;
    }
    #controls {
        zoom: 1
    }
}

#main_wrapper {
    text-align: center;
}

#video {
    width: 100%;
}

#visitors {
    text-align: center;
    width: 100%;
    font-size: 40px;
}
.video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.video-container video {
    /* Make video to at least 100% wide and tall */
    min-width: 100%;
    min-height: 100%;

    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;

    /* Center the video */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#fullscreen-icon-wrapper {
    text-align: right;
    width: 100%;
}

#fullscreen-icon {
    display: inline-block;
    margin: 30px;
}

#controls {
    width: 640px;
    background-image: url("controls_frame.png"), url("controls-gen-needlepoint.png");
    height: 50px;
    margin-top: 150px;
    display: none;
    position: relative;
}

#noggin {
    width: 16px;
    height: 16px;
    background-image: url("noggin-gen-needlepoint.png");
    position: absolute;
    left: 24px;
    top: 16px;
}

#buffer {
    width: 0;
    height: 16px;
    position: absolute;
    left: 24px;
    top: 16px;
    background-color: #555;
    z-index: -1;
}

#fullscreen {
    height: 48px;
    width: 48px;
    position: absolute;
    top: 0;
    right: 0;
}

#loading {
    width: 100%;
    text-align: center;
}

#loading-img {
    width: 100%;
}