@media only screen and (min-width: 1024px) and (orientation: landscape) {
    .app-slide-content {
        position: absolute;
        top: auto;
        right: 0;
        max-width: 48.5rem;
        bottom: 60px;
    }
}

.content-text {
    margin-bottom: 1.5em;
}

.content-text small {
    display: block;
    color: rgba(255,255,255,0.5);
    font-size: 0.75em;
    line-height: 2;
    margin: 1em 0 0;
}

.content-text small a {
    color: inherit;
    text-decoration: underline;
}

.content-projects li > a {
    margin-left: 0.6em;
}

.content-hidden-tablet {
    display: none;
}

@media all and (max-width: 1024px) {
    .content-hidden-tablet {
        display: block;
    }

    .content-hidden-desktop {
        display: none;
    }
}
