/* Specials */
.i-specials-box { background: #f9f9f9; border-radius: 0.25rem; margin: 0; width: 100%; }
.i-specials-box [class^=col] { padding: 0; position: relative; }
.i-specials-img { display: block; position: relative; padding-bottom: 50%; background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; border-radius: 0.25rem 0 0 0.25rem; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.i-specials-info { padding: 1.5625rem; }
.i-specials-info p.h3 { margin: 0 0 1.25rem; padding: 0; }
.i-specials-info p ~ p { margin-bottom: 0.4375rem; }

@media (max-width: 768px) {
  .i-specials-img { position: relative; padding-bottom: 60%; }
}