/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-videos/
 * Support: support@1littledesigner.com
 * Version 2.4.1
 * Description: cleanVideo uses Chris Coyier's FitVids and tailors it for use in RapidWeaver
 */

#cleanVids_stacks_in_624_page2.maxWidthOn {
	max-width: 1200px !important;
}
#cleanVids_stacks_in_624_page2 video {
    width: 100% !important;
    height: auto !important;
}


.spacerStack {
	height: 30px;
}

#spacerStackstacks_in_266_page2 {
	height: 30px;
}









/*
 * Full Screen
 * Author: Timothy Smitley
 * Version: 1.0.0
 * URL: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Description: Simple, Elegant Full-Screen mode for Rapidweaver Stacks
 */
html {
    height: 100%;
}



    #fullscreen_stacks_in_140_page2 {
        position: fixed;
        bottom: 40px;
    
        right: 40px;
    
    
    
        width: 30px;
        height: 30px;
        cursor: pointer;
        -webkit-transform: translateZ(0);
        -webkit-transition: all .5s ease-in-out;
           -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
             -o-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
        z-index: 9999;
    }
    .fullscreen_stacks_in_140_page2 {
        display: block;
    }
    .smallscreen_stacks_in_140_page2 {
        display: none;
    }


.fullscreen_stacks_in_140_page2, .smallscreen_stacks_in_140_page2 {
    width: 30px;
    height: 30px;
}
.fullscreen_stacks_in_140_page2 *, .smallscreen_stacks_in_140_page2 * {
    position: relative;
    width: 100%;
    height: 100%;
}