/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 12 2019 | 11:15:04 */
.slideshow {
/*  margin-top: calc(50vh - 25vh);
  padding-bottom: 4vw;*/
  margin-top: 0;
  padding-bottom: 0;
}

.slide {
  width: 10%;
  max-resolution: 4vw;
  margin-right: 30px;
  text-align: center;
  height: 100px;
  background-color: #fff;
  border-radius: 6px;
  color: #fff;
  font-family: 'Helvetica Neue', helvetica, arial;
  font-size: 24px;
  line-height: 50vh;
}

.inner-partner-item-slider:hover{
 filter:grayscale(0); 
}

.inner-partner-item-slider{
  width:100%;
  height:100%;
  background-position:center center;
  background-size:contain;
  background-repeat:no-repeat;
  filter:grayscale(1);
  transition: all 0.5s;
}

@media screen and (max-width:768px){
  .slide {
  width: 30%;
}
  
@media screen and (max-width:480px){
  .slide {
  width: 40%;
}