Images in Feature Box Widget are cut off

By UUA Web Team
January 17, 2016, 3:43 pm EST
In Safari, but not in Firefox, the front-page UUA Feature Box images are usually cut off vertically. Only the top 100px shows, and there's no caption. There is a "Learn More" button though, at the bottom of the image. I expect that this is coming from a script, since the code in uua-feature-box-widgets.php, function widget(), emits <div class="thumbnail"> while the rendered page shows <div class="thumbnail" style="height: 100px;"> In Firefox, the height is 348px. Where is this being set? How do I stop it from being set to 100px?