.gallery-item {
    margin: 25px 0;
    text-align: center;
}

.gallery-item figure {
    margin: 0;
}

.gallery-item figcaption {
    margin-bottom: 12px;
}

.gallery-item .specs {
    font-size: 0.9rem;
    margin: 4px 0;
    color: var(--text-color);
}

.gallery-item img {
    max-width: 100%;
    height: auto;
    border: none;
    outline: none;
    border-radius: 4px;
}
