/* 
  .responsive {
    padding: 6px 6px;
    float: left;
    width: 24.99999%;
  }
  
  @media only screen and (max-width: 700px) {
    .responsive {
      width: 49.99999%;
      margin: 6px 0;
    }
  }
  
  @media only screen and (max-width: 500px) {
    .responsive {
      width: 100%;
    }
  }
  
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
 */


 
  
  
  span.gallery img {
    width: 100%;
    height: auto;
  }
  
  /* div.desc {
    padding: 15px;
    text-align: center;
  } */

  .sponsors-container{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  
  }
  .sponsors-item{
    align-self: stretch;
    margin: 0.2em;
    border: 1px solid #ccc;
  }
  .sponsors-item:hover {
    border: 1px solid #777;
  }

  .sponsors-item-link{
    display: inline-block;
    height:100%;
    margin: 0;
    padding: 0;
  }
  .sponsors-logo-wrapper{
    display: flex;
    justify-content: center; /* center items vertically, in this case */
    align-items: center;
    margin:0;
    padding: 0.1em;
    height:100%;
  }

  .sponsors-logo{
    align-self:center;

    display: inline-block; 
    vertical-align: middle;
    width:100px;
    margin: auto;
  }