h1.logo-thumbnail-scroller-header,
.col-event-page section h1.logo-thumbnail-scroller-header {
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'DecimaRoundA';
    background-color: #e5f7ab;
    padding: 10px;
    line-height: 22px;
    color: #7d9b21;
    margin-bottom: 0;
    padding-left: 40px;
}

.col-event-page section .row.logo-thumbnail-scroller-wrapper {
    margin: 0;
}

@media screen and (max-width:768px) {
    .row.supporters-logo-scroller {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.scroller-green-borders {
    border-bottom: 5px solid #e5f7ab;
    border-right: 5px solid #e5f7ab;
    border-left: 5px solid #e5f7ab;
    border-top: none;
}

.scroller-green-borders.supporters {
    border-right: none;
    border-left: none;
}

.e-thumb-scroller-wrapper {
    height: 145px;
    padding-top:12px;
    overflow: hidden;
    position:relative;
}

ul.e-thumb-scroller {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
}

ul.e-thumb-scroller:hover {
    animation-play-state:paused;
}

ul.e-thumb-scroller li {
    display:inline-block;
    margin-right: 5px;
    margin-left: 5px;
    float:left;
}

.e-thumb-thumb {
    display:block;
    transition:all 0.2s;
}

.e-thumb-thumb:hover{
    transform:scale(1.08);
}

.e-thumb-logo {
    position:relative;
    height: 120px;
    width: 120px;
    background-color:#FFFFFF;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: 4px solid #FFFFFF;
    -moz-box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius:4px;
    overflow:hidden;
}

.e-thumb-logo.exhibitor{
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}

.e-thumb-caption {
    display: block;
    position: absolute;
    bottom: -70px;
    font-size: 12px;
    padding: 5px;
    text-align: center;
    width: 100%;
    color: #262626;
    font-weight: normal;
    background-color: rgba(255,255,255,0.5);
    transition:all 0.2s;
}

.e-thumb-logo.circle .e-thumb-caption {
    padding-bottom:25px;
} 

.e-thumb-logo.square{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.e-thumb-logo.circle{
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.e-thumb-thumb:hover .e-thumb-logo {
    -moz-box-shadow: 0 2px 8px 0px rgba(147, 187, 17,0.5);
    -webkit-box-shadow: 0 2px 8px 0px rgba(147, 187, 17,0.5);
    box-shadow: 0 2px 8px 0px rgba(147, 187, 17,0.5);
}

.e-thumb-thumb:hover .e-thumb-caption {
    bottom:0;
}