.paragraph--type--image .render-original-image,
.paragraph--type--text-with-image .render-original-image,
.paragraph--type--media .render-original-image {
  cursor: pointer;
  min-height: auto !important;
  width: 100%;
}

.render-original-image-wrapper {
  position: relative;
  display: inline-block;
}

.render-original-image-wrapper::after {
  display: none;
}

.render-original-image-wrapper {
  :focus,
  :focus-visible {
    outline: 1px solid #ffffff !important;
    border: 2px solid #FF3162;
    border-radius: 2px;
  }
}

.render-original-image-wrapper span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 792 612' style='enable-background:new 0 0 792 612;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23003951;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Crect x='275.44' y='201.26' class='st0' width='196.68' height='180.5'/%3E%3Cg%3E%3Cpolygon class='st1' points='374.53,248.05 374.53,261.06 327.38,261.06 327.38,332.15 403.52,332.15 403.52,294.1 413.49,294.1 413.49,344.17 317.04,344.17 317.04,248.05 '/%3E%3Cg%3E%3Cpolygon class='st1' points='385.9,248.96 385.26,239.18 430.52,238.85 430.52,283.17 419.51,282.58 419.66,249.41 '/%3E%3Crect x='396.84' y='237.65' transform='matrix(-0.7071 -0.7071 0.7071 -0.7071 496.8604 740.3951)' class='st1' width='9.87' height='59.29'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 100px;
  background-position: 45% 50%;
  transition: none;
  
  &:hover {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 792 612' style='enable-background:new 0 0 792 612;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23D30F4B;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Crect x='275.44' y='201.26' class='st0' width='196.68' height='180.5'/%3E%3Cg%3E%3Cpolygon class='st1' points='374.53,248.05 374.53,261.06 327.38,261.06 327.38,332.15 403.52,332.15 403.52,294.1 413.49,294.1 413.49,344.17 317.04,344.17 317.04,248.05 '/%3E%3Cg%3E%3Cpolygon class='st1' points='385.9,248.96 385.26,239.18 430.52,238.85 430.52,283.17 419.51,282.58 419.66,249.41 '/%3E%3Crect x='396.84' y='237.65' transform='matrix(-0.7071 -0.7071 0.7071 -0.7071 496.8604 740.3951)' class='st1' width='9.87' height='59.29'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  }

  &:focus,
  &:focus-visible {
    outline: 1px solid #ffffff;
    border: 2px solid #FF3162;
    border-radius: 2px;
  }
}

.paragraph--type--image .render-original-image:focus,
.paragraph--type--text-with-image .render-original-image:focus,
.paragraph--type--info-box .render-original-image:focus,
.paragraph--type--media .render-original-image:focus {
  outline: 1px solid;
}

.disable-ext-icon .render-original-image {
  pointer-events: none;
}

.disable-ext-icon .render-original-image:focus {
  outline: none;
}

.paragraph--type--text-with-image.disable-ext-icon .zoom {
  cursor: pointer;
}

.ext-link-icon.hide, .zoom.hide {
  display: none;
}

@media screen and (max-width: 991px){
  .render-original-image-media-wrapper {
    width: 100% !important;
    left: auto !important;
    margin-left: 0 !important;
  }
}
