.c-sponsor-reel {
    overflow: hidden;
    white-space: nowrap;
}

    .c-sponsor-reel > a {
        padding: 0 48px;
        padding: 0 3rem;
        position: relative;
        display: inline-block;
        text-align: center;
        width: 25%;
        border-bottom: none;
    }

    .c-sponsor-reel > a.hidden {
        position: absolute !important;
        z-index: -9999 !important;
        margin: -1px !important;
        border: 0 !important;
        padding: 0 !important;
        width: 1px !important;
        height: 1px !important;
        overflow: hidden !important;
        -webkit-clip-path: rect(0 0 0 0) !important;
        clip-path: rect(0 0 0 0) !important;
    }

        .c-sponsor-reel > a > img {
            max-width: 200px;
            width: 100%;
        }
        
        .c-sponsor-reel > a > .icann {
            max-width: 120px;
        }
        
        .c-sponsor-reel > a > .jpnic {
            max-width: 140px;
        }