.featureContent img {
   width: auto;
/*    height: auto; */
/*    max-height: 100px; */
/*    max-width: 300px; */
      max-width: 100%;
}

.feature[data-redirect-links=true] .featureContent figure, .feature.hasLink .featureContent figure, .feature .featureContent figure {
    margin: 5px auto 15px;
    overflow: hidden;
     -webkit-box-shadow: 0 0 0px rgba(0,0,0,.1); 
    box-shadow: 0 0 0px rgb(0 0 0 / 10%); 
}

.feature[data-redirect-links=true] .featureContent figure:hover, .feature.hasLink .featureContent figure:hover {
    -webkit-box-shadow: 0 0 0px rgba(0,0,0,.2);
    box-shadow: 0 0 0px rgba(0,0,0,.2);
}