.image_v3 .cmp-image__image {
  width: 100%;
  height: auto;
}
.image_v3 .img-v3-wrapper {
  position: relative;
}
.image_v3 .img-v3-wrapper .img-v3-expand-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  pointer-events: none;
  transition: opacity ease 500ms;
  opacity: 0;
}
.image_v3 .img-v3-wrapper:hover .img-v3-expand-icon {
  opacity: .8;
}
.image_v3 .img-v3-wrapper .img-v3-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  --fa-primary-color: #fff;
  --fa-secondary-color: #D5392E;
  --fa-secondary-opacity: 1;
}
.image_v3 img[data-mfp-src] {
  cursor: zoom-in;
}
.image_v3 img[data-bs-target] {
  cursor: pointer;
}
.image_v3 img.img-shadow {
  box-shadow: 0 4px 6px 0 rgba(34, 34, 34, 0.1);
}
.image_v3 img.img-border-radius {
  border-radius: 9pt;
}
