#ebike-brands {
    width: 100%;
    border: none;
    background: transparent !important;
}

#ebike-brands tr {
    background: transparent !important;
}

#ebike-brands td {
    padding: 10px;
    background: transparent !important;
}

.link-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    width: auto;
    text-decoration: none;
    overflow: hidden;
    background-color: #fff;
}

.link-wrapper img {
    max-width: 100%;
    height: auto;
}

.brand-label {
    display: none;
}

#ebike-brands img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .responsive-table {
        display: block;
    }

    .responsive-table tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .responsive-table td {
        display: block;
        text-align: center;
    }

    .link-wrapper {
        height: auto;
    }

    .brand-label {
        display: none;
    }
}
