ul > li.vinyl {
    display: flex !important;
}


.separator-slash {
    margin-top: 10px;
}

@media screen and (max-width: 1280px) {
    ul > li.vinyl {
        display: flex !important;
        justify-content: flex-end;
    }

    .separator-slash {
        margin-top: 5px;
    }
}