.unsplash {
    background-size: cover;
    width: 25%;
    transition: background 1s ease-in-out;
    flex-shrink: 0;
}

.skinroot.dark .unsplash {
    filter: brightness(0.5) saturate(1.5);
}

.unsplash img, .unsplash .overlay {
    border: 0 !important;
    mix-blend-mode: luminosity;
    box-shadow: none !important;
}


.authorbox {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 0 0.5rem;
    border-top-right-radius: 1rem;
    font-size: 0.7rem;
}

.authorbox a {
    color: white !important;
}
