* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: transparent;
}

.sponsors,
.sponsor-slider,
.sponsor-viewport {
    width: 100%;
    overflow: hidden;
}

.sponsor-track {
    display: flex;
    align-items: center;
    width: max-content;
    will-change: transform;
}

.sponsor {
    flex: 0 0 auto;
    width: 180px;
    height: 100px;
    margin-right: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sponsor a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sponsor img {
    display: block;
    max-width: 160px;
    max-height: 85px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.empty {
    margin: 0;
    padding: 20px;
    color: #666;
}

@media (max-width: 600px) {
    .sponsor {
        width: 140px;
        height: 85px;
        margin-right: 20px;
    }

    .sponsor img {
        max-width: 125px;
        max-height: 70px;
    }
}
