.glass {
    box-shadow: 0em 0em 2em black;
    border-radius: 0.1em;
}

body {
    max-width: 50em;
}

.description {
    color: black;
    padding: 1em;
    border: double;
    border-width: 1em;
    border-image: url(/littlebrother/assets/littlebrother_border_large.svg);
    border-image-slice: 10 fill;
}

.description h1 {
    text-align: center;
}

.littlebrother-news {
    text-align: center;
    margin: 1em 0;
}

.littlebrother-news .header {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    color: black;
    border: double;
    margin: 0.5em;
    border-width: 0.5em 1.5em;
    border-image: url(/littlebrother/assets/littlebrother_border_small.svg);
    border-image-slice: 20 50 20 50 fill;
    padding: 0.2em;
}

.littlebrother-news .header h1 {
    margin: .2em;
}


.videoShrink {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    width: 80%;
}

/* This is sorcery. Do not meddle */
.videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
}
.videoWrapper .video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
/* */
