.captioned-image-row {
    display: flex;
    margin-bottom: 30px !important;
}

.captioned-image-row.small img {
    max-height: 128px !important;
    max-width: 128px !important;
}

.captioned-image-row div {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
}

.reveal section img {
    border: 2px solid #fff;
}

.reveal ul {
    list-style-type: square;
}

.left {
    text-align: left;
}

.size {
    p {
        font-size: 25px;
    }
}
