article.media figure {
  margin:0 auto;
  max-width:800px;
}

article.media.background-video figure,
article.media.share figure {max-width:1200px;}
article.media.cover figure,
article.media.icon figure {max-width:600px;}
article.media.logo figure {max-width:400px;}

article.media.background-video figure.background video {
  height:auto;
  width:100%;
}

body.path-media.type-media main .main-content > figure.image.standard {
  margin:0 auto;
  max-width:800px;
}

body.path-media.type-media main .main-content > figure.image.standard > img {
  height:auto;
  width:100%;
}

body.path-media.type-media main .main-content > figure.image.standard figcaption {
  font-size:.777778rem;
  font-style:italic;
  line-height:1.428571em;
  padding:8px 12px 0;
  text-align:right;
}