.image-with-caption figure {
    margin: 0;
}

.image-with-caption img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 1em;
    box-shadow: 10px 10px 10px gray;
    margin: auto;
    /* max-width: 24px; */
}

.image-with-caption .caption {
    font-size: 1.25rem;
    color: #777;
    margin-top: 6px;
    text-align: center;
}
