.mill-button.mills-button .vc-mono:before {
vertical-align:top;
}



/* This parent can be any width and height */
.iconbg {
  text-align: center;

  /* May want to do this if there is risk the container may be narrower than the element inside */
  white-space: nowrap;
}
 
/* The ghost, nudged to maintain perfect centering */
.iconbg:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: top;
}

/* The element to be centered, can also be of any width and height */ 
.mill-but-icon {
  display: inline-block;
  vertical-align: top;
}