/**
 * @license MIT, https://opensource.org/license/MIT
 */

.image > img,
.image > source {
    max-width: 100%;
    display: block;
    margin: auto;
}

@media screen and (min-width: 576px) {
    .image picture {
        display: block;
    }
}
