@charset "UTF-8"; /*------------------------------------*\ $MEDIA ELEMENTS \*------------------------------------*/ /* Flexible Media */ video { max-width: 100%; width: 100%; height: auto; } object, img { max-width: 100%; height: auto; } iframe { margin-bottom: $space; } .richtext figure { margin-bottom: $space; img { margin-bottom: $space-half; } } figcaption { font-style: italic; }