/* Additions for the static rebuild (not part of the original theme). */

.featured-image {
    background-size: cover;
    background-position: center;
    height: 300px;
}

#roadtrip-map {
    width: 100%;
    height: 500px;
    margin-bottom: 1em;
}

.map-updated {
    font-size: 14px;
    color: #666;
}

.entry-content img,
.gallery img {
    max-width: 100%;
    height: auto;
}
