.game-provider-slider {
    background-color: #242121;
    margin-top: px;
    display: flex;
}

.game-provider-slider .game-providers {
    flex-grow: 1;
    display: flex;
    overflow: hidden;
}

.game-provider-slider .game-providers a {
    color: #fff;
    background: #600078;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border: 6px solid #242121;
}

.game-provider-slider .game-providers a:hover {
    background: #39054e;
}

.game-provider-slider .game-providers a h5 {
    color: #fff;
    font-size: 13px;
    margin: 10px 0 0;
    text-align: center;
}

.game-provider-slider > button {
    color: #fff;
    display: flex;
    align-items: center;
    padding: 10 0px;
    background: none;
    border: none;
    outline: none;
}

.game-provider-slider > button:hover {
    background-color: #6e0078;
}
@media screen and (max-device-width: 5000px) {
    .game-provider-slider .game-providers a {
    color: #fff;
    background: #600078;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border: 6px solid #242121;
    }
}