.homeblockarea { margin: 2rem 0; }
.homeblocks .column { margin-bottom: 1.5rem; }
.hb-content { overflow: hidden; position: relative; }
.hb-content a { color: #fff; border-radius: inherit; display: block; overflow: inherit; text-decoration: none; }
.hb-content img { display: block; margin: 0 auto 0; transition: all 1s; width: 100%; }
.hb-content:hover img { transform: scale(1.25); }
.hb-title { background: rgba(0,0,0,0.7); border: 0.0625rem solid #0a0a0a; bottom: 0; color: #fefefe; display: block; font-size: 1.5rem;
  font-weight: normal; line-height: calc(26 / 24); margin: 0 auto; padding: 0.875rem; position: absolute; text-align: center;
  text-transform: capitalize; width: 100%; z-index: 2; }
.hide-image { height: 0; opacity: 0; overflow: hidden; position: absolute; white-space: nowrap; width: 0; }
