Hello,
This is Definitely Possible. Please consider using the following Code for the Featured Boxes replacing the existing code:
<div class="col-md-4 col-sm-6 col-padding">
<div class="feature-box fbox-center fbox-dark fbox-plain fbox-small nobottomborder">
<div class="fbox-icon">
<a href="#"><i class="icon-et-mobile"></i></a>
</div>
<h3>Responsive Framework</h3>
</div>
<div class="overlay">
<div class="overlay-wrap center" style="background-color: rgba(255,255,255,0.95);">
<div class="vertical-middle">
<h4 class="t400 uppercase ls1" style="margin-bottom: 15px;">Feature Title</h4>
<p class="nobottommargin">Description</p>
</div>
</div>
</div>
</div>
This will definitely work fine. Let us know if we can help you with anything else or if you find any further issues.