.buttonWrapper {
    height: 100%;
    display: flex;
    opacity: .5;
    align-items: center;
}

.active {
    opacity: 1;
}
