.section-infohref {
    position: relative;
    z-index: 2;
}

#Infohref {
    padding-left: 0;
    padding-right: 0;
    background: #F5F5F5;
}

#Infohref .swiper {
    width: 100%;
    height: 100%;
}

#Infohref .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#Infohref .swiper-slide img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: scale-down;
}

#Infohref .swiper-slide img.hidecolor{ 
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

#Infohref .swiper-slide img.hidecolor:hover { 
    filter:none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
}