/* Base helper for [hio_bg] blocks */
.hio-bg{
  position: relative;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
