.viewer-toolbar ul {
    width: 80vw;
    max-width: 340px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3vh;
}