/* https://amalthea.at/bree/ */
.page.page-id-14283 #main {
    /*background: url("../images/unique/bree-tile.png");*/
    background: #100e0c;
    color: white;
}
.page.page-id-14283 #main a {
    color: inherit;
}
.white-border-img {
    border: 3px white solid;
    padding: 1px;
}
.page.page-id-14283 #main > div {
    min-height: calc(100vh - 100px);
}
.page.page-id-14283 #main > div::before {
    width: calc(100vh * 0.4);
    height: 100vh;
    left: 0;
    top: 0;
    position: absolute;
    display: inline-block;
    background: url("../images/unique/bree-face-ear.png") center no-repeat;
    background-size: contain;
    content: " ";
    z-index: -1;
}
.page.page-id-14283 #main .content {
    margin-left: 11em;
    max-width: 40em;
}
.page.page-id-14283 #main .content h2,
.page.page-id-14283 #main .content strong {
    text-transform: uppercase;
    color: #d53145;
}

@media only screen and (max-width: 900px) {
    .page.page-id-14283 #main > div::before {
        left: calc((900px - 100vw) / -6);
    }
    .page.page-id-14283 #main .content {
        margin-left: calc(100vw / 6);
        text-shadow: 0 0 20px black, 0 0 10px black, 0 0 5px black, 0 0 2px black
    }
    .page.page-id-14283 #main .content h2 {
        font-size: 24px;
    }
}