/*
Theme Name: Pilgrim Studios
Author: Elevator
Author URI: http://elevatoragency.com/
Description: General presentation handler for Pilgrim Studios 
Version: 1.0
*/

/* Reference css/main.css for primary styling */

/* Additional CSS styling can be added below this line
   ------------------------------------------------------------------------ */


#big-video {
    position: relative;
    background: #000;
    overflow: hidden;
    height: 582px;
}

#big-video .video {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

#big-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#big-video .video-element {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
}


