@media (min-width: 750px) {
    .bottom_separator .inner .colorbox .flex.time-title {
        flex-direction: column;
        align-items: center;
        font-size: larger;
        margin-bottom: 1rem;
    }
}

.map-frame {
	display: block;
    max-width: 725px;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    width: 100%;
    height: auto;
}