.sponsers-section {
    background: #dbdbdb;
    /*padding: 40px 0;
    height: 120px;
    */
    padding: 0;
    width: 100%;
    overflow: hidden;
}

    .sponsers-section .slick-track {
        display: flex;
        align-items: center;
    }

    .sponsers-section .inner-sponsers .sponsers-slick-wrapper .slick-list {
        width: 100%;
        margin: auto;
    }

    .sponsers-section .sponser {
        padding: 20px;
    }

        .sponsers-section .sponser > a {
        }

            .sponsers-section .sponser > a:focus {
                outline: none;
            }

    .sponsers-section .sponser-img {
        position: relative;
    }

        .sponsers-section .sponser-img .hover {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            max-width: 100%;
            margin: auto;
            opacity: 0;
            -webkit-transition: opacity 500ms ease-in-out;
            -moz-transition: opacity 500ms ease-in-out;
            transition: opacity 500ms ease-in-out;
        }

        .sponsers-section .sponser-img:hover .hover {
            opacity: 1;
        }

    .sponsers-section .sponser:nth-child(n+5):nth-child(-n+12) {
        max-width: 12.5% !important;
    }

    .sponsers-section .sponser:nth-child(n+13):nth-child(-n+19) {
        max-width: 14.3% !important;
    }



@media (min-width: 425px) {
    .sponsers-section .sponser {
    }
}


/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {

    .sponsers-section {
        overflow: visible;
        padding: 40px 0;
        height: auto;
        margin-top: 0;
    }

        .sponsers-section .sponser {
            display: inline-block;
        }

            .sponsers-section .sponser:nth-child(n) {
                width: 10%;
            }

            .sponsers-section .sponser:nth-child(-n+12) {
                width: 14%;
            }

            .sponsers-section .sponser:nth-child(-n+4) {
                width: 25%;
            }

            .sponsers-section .sponser > a {
                display: block;
            }
}
