.presentation__assets__title {
    /*box*/
    position:sticky;
    top:0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top:20px;

    /*background*/
    background-color: var(--c-tertiary-4);
}