img{
    height: auto;
}
a{
    word-break: break-word;
}

@media screen and (max-width: 767px){
    .supporter-slide-img-50{
        width: auto;
        max-height: 50px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

.slick-item {
    display: inline-block;
    vertical-align: middle;
}
.slick-item-list {
    display: block !important;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
}
.slick-slide,
.slick-slide * {
    outline: none !important;
}
.slick-current {
    opacity: 1;
}
.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    width: 100%;
    margin-left: 10px;
    position: relative;
    z-index: 0 !important;
    margin-top: 20px;
}
.slick-dots li {
    margin: 0 7px;
}
.slick-dots button {
    display: block;
    padding: 0;
    border: none;
    border-radius: 100%;
    text-indent: -9999px;
    height: 4px;
    width: 4px;
    position: relative;
    transition: all 0.4s ease;
}
.slick-dots li.slick-active button {
    transform: scale(2);
}
.supporter-slider.purple .slick-dots button {
    background-color: #BB218F;
}
.supporter-slider.blue .slick-dots button {
    background-color: #28C0D1;
}

.supporter-img-85 {
    max-height: 85px;
}
.supporter-img-105 {
    max-height: 105px;
}
.supporter-img-125 {
    max-height: 125px;
}
@media only screen and (max-width: 479px) {
    .slick-dots {
      margin-top: 0;
      ｝ 
      ｝

