figure {
    margin: 3em 40px;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
img {
    vertical-align: middle;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
img {
    height: auto;
    max-width: 100%;
}
img.alignleft,
.alignleft,
img.alignright,
.alignright,
img.aligncenter,
.aligncenter,
img.alignnone,
.alignnone {
    display: block;
    margin: 15px auto;
}
@media (min-width: 576px) {
    img.alignleft,
    .alignleft {
        float: left;
        margin: 5px 20px 15px 0;
    }
    img.alignright,
    .alignright {
        float: right;
        margin: 5px 0 15px 20px;
    }
    img.aligncenter,
    .aligncenter {
        display: block;
        margin: 15px auto;
    }
    img.alignnone,
    .alignnone {
        clear: both;
        margin: 15px 0;
    }
}
.wp-caption {
    background: #eee;
    padding: 6px;
    max-width: 100%;
}
.wp-caption img {
    margin-bottom: 6px;
    width: 100%;
    vertical-align: top;
}
.wp-caption-text {
    font-size: 0.85em;
    text-align: center;
    font-style: italic;
}
.gallery {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gallery .gallery-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.gallery .gallery-item .gallery-icon {
    text-align: center;
}
.gallery .gallery-item .gallery-icon a:focus {
    outline: none;
}
.gallery .gallery-item .gallery-icon a img {
    vertical-align: top;
}
.gallery > br {
    display: none;
}
.gallery-caption {
    padding: 6px;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
    width: 33.333%;
}
@media (min-width: 768px) {
    .gallery-columns-4 .gallery-item {
        width: 25%;
    }
    .gallery-columns-5 .gallery-item {
        width: 20%;
    }
}
svg {
    width: 100%;
}
.responsive-svg {
    height: 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.responsive-svg svg {
    position: absolute;
    top: 0;
    left: 0;
}
video {
    height: auto !important;
    width: 100% !important;
}
.wp-video {
    margin: 1em 0;
}
.mejs-video {
    height: auto !important;
    padding-top: 57%;
    width: 100% !important;
}
.mejs-video .mejs-inner .mejs-mediaelement video {
    bottom: 0;
    height: 100% !important;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important;
}
.mejs-video .mejs-inner .mejs-layers .mejs-poster {
    height: 100% !important;
    width: 100% !important;
}
.mejs-video .mejs-inner .mejs-overlay-play {
    height: 100% !important;
    width: 100% !important;
}
.wp-playlist {
    overflow: hidden;
}
.wp-playlist .wp-playlist-caption {
    display: block;
}
.wp-playlist .wp-playlist-caption .wp-playlist-item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}