/* av.css */
@charset "utf-8";

audio,
canvas,
video{
  display:inline-block;
  *display:inline;
  *zoom:1
}
audio:not([controls]){
  display:none;
  height:0
}
embed,
object{
  height:100%;
  max-width:100%
}
figure{
  margin:0;
  padding:0;
  width:auto
}
figcaption{
  padding: .5em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-style:normal
}
img{
  border:0;
  display:inline-block;
  vertical-align:middle;
  height:auto;
  max-width:100%;
  -ms-interpolation-mode:bicubic
}
svg:not(:root){
  overflow:hidden
}
.responsive-iframe-wrapper{
  position:relative;
  height:0;
  overflow:hidden
}
.responsive-iframe-wrapper iframe,
.responsive-iframe-wrapper object,
.responsive-iframe-wrapper embed{
  position:absolute;
  top:0;
  left:0;
  width:100%
}
.two-one {
  padding-top: 50%;
}
.four-three {
  padding-top: 75%;
}