
.medium-zoom-overlay,
.medium-zoom-image--opened {
  z-index: 999;
}


/* edit link support */
.image_text span.image_links a {
  visibility: hidden !important;
}

.image_text:hover span.image_links a {
  visibility: visible !important;
}



/* Custom Responsive
**************************************** */


/* Small */
@media screen and (max-width: 30em) {

  .image_text span.image_links a {
    visibility: visible !important;
  }

}

/* Medium */
@media screen and (min-width: 30em) and (max-width: 60em) { 


}

/* Large */
@media screen and (min-width: 60em) {

}


