.centered-img {
    display: block;
    margin: 0 auto;
    width: 80%;
}

.centered-imgcol {
    display: block;
    margin: 0 auto;
    max-height:350px;
    width: auto;
    height: auto;
}

.centered-imgfull {
    display: block;
    margin: 0 auto;
    width: 100%; /* Adjust the width as needed */
}

.image-credit {
    text-align: right;
    font-size: 0.7em;
    color: #666;
    margin-top: 5px;
}

.figcaption {
    text-align: center;
    color: #666;
    margin-top: 10px;
}

.video-container {
    max-width: 75%;
    margin: 0 auto;
    text-align: center;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.video-wrapper iframe,
.video-wrapper video  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-caption {
    font-size: 0.9em;
    color: #666;
    margin-top: 5px;
}

.video-flex-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px; /* Adjust the gap between videos as needed */
}

.video-flex-item {
    flex: 1;
    min-width: 40%;
}

.map-container {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.map-container iframe {
    border: 0;
}
