.no-link {
    visibility: hidden;
    text-decoration: none;
}

.no-link:hover {
    text-decoration: none;
    cursor: initial;
}

.no-link .mp-spons__imgwrap,
.no-link .mp-spons__partnername {
    visibility: visible;
}

.mp-spons__imgwrap {
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    max-width: 80%;
}

.mp-spons__boxwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.mp-spons__box {
    text-align: center;
    
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 60px;
    width: 100%;
    max-width: 190px;
}

.mp-spons__boxwrap .slick-track {
    display: flex;
    align-items: center;
}

@media (min-width: 576px) {
    .mp-spons__boxwrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-column-gap: 40px;
           -moz-column-gap: 40px;
                column-gap: 40px;
    }
    .mp-spons__box {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%;
    }
}