.sponsors a
{
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content: space-around;
    /* border:1px solid #ccc; */
    margin: 15px 0px 15px 0px;
    height:150px;
    text-align: center;
    padding: 5px;    

}
.sponsors a img
{
    
    max-width:80%;
    max-height: 90px;
    filter: brightness(0) invert(1);
}
.sponsors a:hover
{
    border-color:#6e7951
}
.editBtns
{
    margin-top:-50px;
    display: flex;
    justify-content: center;
}
