
.sponsor_name
{
    color: var(--dark1) !important;
}

.sponsor_image
{
    /*filter: grayscale(100%);*/
    opacity: 1.0;
    height:70px;
    
}

.sponsor_image:hover
{
      opacity: 1;
       transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.sponsors .ui-dataview-header
{
    display:none;
}

.sponsors .ui-card
{
    box-shadow: none;
}

.sponsors
{    
}