.sponsors a
{
    display:flex;
    align-items:center;
    justify-content: space-around;
    border:1px solid #ccc;
    margin: 15px 0px 15px 0px;
    height:230px;
    text-align: center;
    padding: 5px;    

}
.sponsors a img
{
    
    max-width:80%;
    max-height:200px
}
.sponsors a:hover
{
    border-color:#6e7951
}
.editBtns
{
    margin-top:-50px;
}
