/* Site-wide static fixes (behaviors the original WordPress plugins/JS provided) */

/* Interactive-banner hover (Ultimate VC Addons): on hover, fade the image to reveal the
   blue backing color (data-hover-opacity=0.3). Replaces the missing plugin JS. */
.ult-new-ib .ult-new-ib-img{transition:opacity .35s ease;}
.ult-new-ib:hover .ult-new-ib-img{opacity:.3 !important;}
