.tv-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
}

.credits-box {
    --bottom: 0;
    --right: 0;
}

.credits-box__description {
    font-size: 1.25em;
    margin-bottom: .5em;
}

.credits-box__title-and-author {}

.tv {
    position: absolute;
    z-index: -1;
    overflow: hidden;
    display: block;
}

.tv-codepen {
    top: -55px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 90px);
}

.tv-image {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.tv-video {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.tv-error {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: crimson;
    font-family: monospace;
    cursor: pointer;
}
