/*--------------------------------------------------------------
# Sponsors Section
--------------------------------------------------------------*/
#sponsors {
  padding: 0 0;
  margin-bottom: 10px;
}

#sponsors .supporter-logo {
  padding: 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

#sponsors .supporter-logo:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#sponsors .img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: border-box;
  background-origin: border-box;
  height: 100px;
}
