html.magnifying .content-area {
  overflow-x: hidden!important;
}
.magnify {
  position: relative;
  display: inline-block;
}
.magnify .magnify-lens {
  /* Create the magnifying lens */
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 100%;
  /* Multiple box shadows to achieve the glass lens effect */
  -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  /* Hide the mouse pointer */
  cursor: none;
  /* Hide the lens by default */
  display: none;
  /* Place the lens on top of other elements */
  z-index: 100;
}
.magnify .magnify-lens.loading {
  background: #333 !important;
  opacity: 0.8;
}
.magnify .magnify-lens.loading:after {
  /* Loading text */
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  color: #fff;
  content: 'Loading...';
  font: italic normal 16px/1 Calibri, sans-serif;
  text-align: center;
  text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
  text-transform: none;
}






.mgznkr-magnify figure.wp-block-image:nth-of-type(2) {
display: none;
}

.mgznkr-magnify.mgznkr-magnify-icon .magnify:after {
 	content: '\f00e';
	background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-size: 1.75rem;
    font-weight: 700;
    height: 3rem;
    width:  3rem;
    line-height: 3rem;
    opacity: 0.5;
    text-align: center;
    vertical-align: middle;
    display: block;
	margin: -3.5rem 0.5rem 0 0;
    float: right;
    clear: both;
    position: relative;
}

@media (min-width: 1280px) {
.mgznkr-magnify.alignfull .magnify .magnify-lens {
  width: 480px;
  height: 480px;
}
}
.mgznkr-magnify.alignfull figcaption {
  min-width: calc( 100% - 4rem );
  margin-left: auto;
  margin-right: auto;
  max-width: 112rem;
  width: calc( 100% - 5rem );
}