/*! * FitVids 1.1 * * appendStyles: https://github.com/toddmotto/fluidvids/blob/master/dist/fluidvids.js * */ .fluid-width-video-wrapper { position: relative; width: 100%; padding: 0; iframe, object, embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } }