.screen .feature {
    background: var(--window-background-hi);
    border-radius: 0.25rem;
}

.screen.fullrow {
    height: 100%;
}

.screen.fullrow > div {
    flex-grow: 1;
    justify-content: center;
}

.screen .motto {
    color: white;
}

.screen .features h1 {
    width: 100%;
    font-size: 1.5rem;
    padding: 0.5rem;
    background: rgba(0, 0, 0, 0.1);
    border-bottom: solid 1px;
    border-top: solid 1px;
}

.screen .features .body {
    font-weight: normal;
}

.screen .imgicon {
    margin: -0.15rem;
}

.screen .shot > img {
    box-shadow: 0 0 2px var(--shadow-color);
    border-radius: 0.25rem;
}

.paragraph.attrib-1 {
    font-weight: bold;
}

.screen .attrib-1, .screen .attrib-2 {
    font-size: 75%;
    width: 100%;
}

.obsvideo video {
    width: 100%;
}

a.paralink.accentbutton {
    background: var(--accent);
    color: var(--text-over-accent);
    padding: 0.5rem;
    border-radius: 0.25rem;
}

.obsvideo.fully {
    order: -1;
    margin: 0;
    padding: 0;
    width: 100%;
}

.story {
    order: 100;
}

.youtube.obsvideo.fully {
    order: -1;
    height: calc(100vw * 9 / 16);
    margin-bottom: 0.25rem;
}

.youtube .previewWindow,
.youtube .previewHolder {
    pointer-events: all !important;
}

.youtube .emptywidget {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    pointer-events: none;
}

.youtube.video_ready .previewWindow {
    opacity: 1;
}

.paragraph.nodownload {
    border: solid 1px var(--border-color);
    padding: 1rem;
    margin-top: 1rem;
    background: var(--accent-light);
    border-radius: 0.25rem;
}

.obsvideo.inner {
    margin: 1rem;
    border-radius: 0.5rem !important;
    overflow: hidden;
    background: black;
    color: white;
    text-align: center;
}
