/* Part of the localvideo.rb plugin 
 * see _plugins/localvideo.rb 
 * 
 * Also part of _include/localvideo (which is an alternative to
 * localvideo.rb!)
 * 
 * Loading of this css is enabled in _includes/head/custom.html 
 * through 
 * <link rel="stylesheet" href="{{ '/assets/css/localvideo.css' | absolute_url }}"> 
*/


.localvideo-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.localvideo-container iframe,
.localvideo-container video,
.localvideo-container object,
.localvideo-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
