satellite-images {
    h3 {
        margin: 0;
    }

    .satellite-photo-gallery img {
        height: 100px;
        width: auto;
        object-fit: contain;
        margin: 0;
    }

    .satellite-attribution {
        margin-bottom: 6px;
        font-size: 0.7rem;
        opacity: 0.65;
        text-align: right;
    }

    .satellite-attribution a {
        color: inherit;
        text-decoration: underline;
    }
}