.uhctf_sponsors {
    margin: 0px;

    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */

    height: 70px;
    padding: 10px 0px;
    margin: 20px 0px;
    white-space: nowrap;
    position: relative;
    -webkit-overflow-scrolling: touch;
    background: white;
}
.uhctf_sponsors::-webkit-scrollbar {
  display: none;
}

.uhctf_sponsor {
    display: inline-block;
    max-height: 100%;
    float: none;
    margin: 0px 10px;
}


.uhctf_sponsor_slideshow {
    text-align: center;
    margin: 0px;
    color: #000 !important;
    padding: 10px;
}

.uhctf_sponsor_slideshow .uhctf_sponsor {
    margin: 0 auto;
}

.uhctf_sponsor_slideshow .uhctf_sponsor.hidden {
    display: none;
}

.uhctf_sponsors_banner {
    text-align: right;
}

.container {
    padding-top: 0px;
}
/* Sponsor page styles */
.sponsorlist_block h3 {
    color: rgb(238, 114, 241)
}

img.sponsorlist_block_logo {
    background-color: white;
    max-width: 90%;
    padding: 10px 20px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    max-width: 70%;
    max-height: 100px;
}