/* Lifts an element above theme overlays */
.image-on-top {
  position: relative;
  z-index: 1;
}
