/* Work post type */

.hero{
    > .column {
        justify-content: space-around; 
    }
}


@media screen and (max-width: 1099px) {
    .hero.plate.fullscreen:has(.showcase.soundcloud) {
        > .title.column {
            flex: 1;
            justify-content: flex-end;
        }
        > .showcase.column {
            flex: 0.3;
            justify-content: flex-start;
        }
    }
    .hero.plate.fullscreen:has(.showcase.youtube) {
        flex-direction: column-reverse;
        > .title.column {
            flex: 0.3;
            justify-content: flex-start;
        }
        > .showcase.column {
            flex: 1;
        }
    }
    .column:has(> .score-container > .embed:not(.fullscreen)) {
        display: none;
    }
}
