/**
 * @fileOverview: VIDEO Specific Definitions
 */

#app-body #video-container {
    position: absolute;
    top: 153px;
    left: 0px;
    width: 1024px;
    height: 76%;
    margin: 0px;
    background: $gray;
    video {
        position: relative;
        top: 40px;
        left: 90px;
    }
}
