body {
    width: 100%;
    margin: 0;
    overflow-x: hidden;
}
.iss-live-bg {
    overflow: hidden;
    width: 100vw;
    height: auto;
    background: black;
    border-bottom: 3px solid #000;
}
.iss-live-container {
    aspect-ratio: 16 / 9;
    margin: 0;
    margin-top: -3em;
    transition: 1s;
}
.iss-live-container.not-live {
    filter: blur(10px) saturate(0%);
}
@media screen and (orientation:portrait) {
    .iss-live-container {
        width: auto;
        height: 100vh;
        margin-left: 50%;
        transform: translateX(-50%);
    }
}
@media screen and (orientation:landscape) {
    .iss-live-container {
        width: 140vw;
        height: auto;
        margin-left: -20vw;
        transform: none;
    }
    .iss-info-spd { top: 0; }
}
.iss-live-mask {
    position: relative;
    width: 200%;
    height: 100%;
    margin-top: -56.5%;
    cursor: pointer;
    transition: 1s;
    background: rgba(0, 0, 0, 0.5);
}
.iss-live-container.not-live .iss-live-mask {
    background: rgba(0, 0, 0, 0.8);
}
.iss-live-iframe {
    width: 100%;
    height: 100%;
}


.iss-info p {
    margin: 0;
    font-family: 'Menlo', 'Menlo-Regular';
    color: white;
    /* -webkit-text-stroke: 5px black; */
    text-shadow: 2px 3px 0 black;
}
.iss-info-dist,
.iss-info-spd {
    position: absolute;
    left: 50%;
    width: 90vw;
    transform: translateX(-50%);
}
@media screen and (orientation:portrait) {
    .iss-info p { font-size: 5vw; }
    .iss-info-dist,
    .iss-info-spd { padding: 5vw; }

    .iss-info-spd { top: 3em; }
    .iss-info-dist { bottom: 0; }
}
@media screen and (orientation:landscape) {
    .iss-info p { font-size: 2em; }
    .iss-info-dist,
    .iss-info-spd { padding: 2em; }

    /* .iss-info-spd { top: 0; } */
    .iss-info-dist { transform: translate(-50%, -100%); }
    .iss-live-container.not-live .iss-info-spd {
        margin-top: 3em;  /* fix */
    }
}


.corner-link {
    float: right;
    position: relative;
    top: -100%;
    transform: translateY(-100%);
    font-size: .8rem;
    color: #888;
    background: black;
}
.corner-link:hover { opacity: 0.8; }

.corner-link a {
    display: inline-block;
    padding: 1rem;
}


.departure-board {
    background: #000;
    border-radius: 5px;
    margin: 3rem;
    padding: .6rem;
    text-align: center;
}
.departure-board > div {
    display: inline-block;
}
.board-section {
    background: #000;
    color: #fff;
    margin: 0.5em 2em;
    border-collapse: separate;
}
.board-section * {
    box-sizing: content-box;
}
@media screen and (max-width: 500px) {
    .departure-board {
        width: 100%;
        border-radius: 0;
        margin: 0;
        margin-top: 3rem;
    }
    .board-section { margin: 0.5em auto; }
}
.board-row.board-header {
    font-family: 'Menlo', 'Menlo-Regular';
    font-size: 0.8em;
}
.board-row:not(.board-header) {
    font-family: 'Doto';
    font-weight: bold;
    font-size: 1em;
    background: #222;
    color: #d9be7e;
}
.board-row:not(.board-header) .board-col:hover {
    color: #f7d584;
}
.board-row .board-col {
    height: 1em;
    line-height: 1em;
    padding: 1px;
    padding-right: .5em;
}
.board-row .board-col:first-child {
    min-width: 4em;
    padding-right: 1px;
    text-align: left;
}
.board-row .board-col:last-child {
    min-width: 4em;
    padding-right: 1px;
    text-align: right;
}



#carouselTexts {
    min-height: 210px;
}
.carousel-item > .container {
    padding-top: 2.6rem;
    padding-bottom: 2rem;
}
.prize-olive {
    display: inline-block;
    width: 250px;
    height: 80px;
    text-align: left;
}
.prize-svg {
    position: absolute;
    width: 40px;
    height: 80px;
}
.prize-text {
    position: absolute;
    width: 210px;
    margin-left: 40px;
}
.prize-title {
    margin-top: 12px;
    font-size: 20px;
}
.prize-name {
    margin-top: 2px;
    margin-left: 8px;
    font-size: 0.7em;
    line-height: 1em;
    text-align: left;
    overflow-wrap: break-word;
    font-style: italic;
}
.quote-mark {
    font-size: 1.5em;
    line-height: 1em;
    letter-spacing: .1em;
}

.hover-zoom { transition: 0.5s ease-out; }
.hover-zoom:hover { transform: scale(1.1); }

.artist {
    width: 100%;
    margin-bottom: 3em;
}
.artist p {
    display: block;
}
.statement {
    text-align: left;
    font-size: .8em;
    max-width: 35em;
    padding-left: 1.7em;
    margin-bottom: 3em;
}