.list { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 2em; }
.list .li{ flex: 0 0 16.6%; margin-bottom: 2rem; text-align: center; transition: all ease-in-out 0.4s;}
.list .li:hover{ box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2); }
.list .li .img{ display: flex; justify-content: center; align-items: center; padding:1rem;  height: 140px; }
.list .li .img img{ width: 90%; max-height: 140px;  transition:1s;}
.list .li a:hover .img img{transform:scale(1.05) rotate(.1deg)}
.list .li .txt p{font-size:1rem;line-height:3;color:#333;text-align:center}
.list .li a{display:block;position:relative;overflow:hidden;border-radius:5px}
#gallerySlider .placeholder{opacity:1}
.placeholder{cursor:auto}
@media (max-width:1200px){
    .list .li{ flex: 0 0 20%;}            
}
@media (max-width:768px){
    .list .li{ flex: 0 0 25%;}            
}
@media (max-width:540px){
    .list .li{ flex: 0 0 33%;}            
}