body {
    font-family: 'atlas', Arial, sans-serif;
}
header {
    flex-direction: row;
}

#skip-to-content {
    left: auto;
    right: -9999px;
}

.prev {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}
.next {
    left: 0;
    right: auto;
    transform: none;
}

main article {
    float: right;
}

#archive-show {
    text-align: right;
}
#archive-show::after {
    float: left;
    transform: rotate(90deg) scale(1.5);
    transform-origin: right 70%;
}
#archive-hide, #back-to-content {
    left: calc(1em - 6px);
    right: auto;
}

.article-only-full.layout-11:nth-of-type(1) {
    background-position: right 0;
}
.article-only-full.layout-11:nth-of-type(2) {
    background-position: left 0;
}

article[dir="ltr"] .icon {
    text-indent: 1000em;
}
.article-content > div {
padding-left: .5em;
padding-right: 0;
}

@media (min-width: 570px) {
    .article-popup {
        transform: translate3d(-50%, -32px, 0);
    }
    /* .layout-00 .article-popup, .layout-00 .article-popup-effect, */
    .layout-11:nth-of-type(2) .article-popup, .layout-11:nth-of-type(2) .article-popup-effect {
        transform: translate3d(50%, -32px, 0);
    }
    .article-popup-effect {
        transform: translate3d(-50%, 0, 0);
    }
}
