section.media {
    display: flex;
    background-color: white;
    width: calc(100vw * 2);
    display: flex;
    flex-direction: column;
    transition: 1.5s;
    transition-timing-function: ease-in-out;
}

.mediaList {
    align-items: center;
    display: flex;
    width: 100%;
    padding: 5px 0;
    justify-content: space-around;
    background-color: var(--chalkColor);
    height: calc(var(--upBarHeight) * 1.5);
}

.mediaLogo {
    width: 12vw;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: calc(var(--upBarHeight) * 1.5);
}