.mm-image-slideshow {
  position: relative;
  max-width: 800px;
  min-height: 420px;
  margin: 0 auto 1rem;
  /* filter: grayscale(1);
  transition: filter ease 1s; */
}
/* .mm-image-slideshow:hover {
  filter: grayscale(0);
} */
.mm-image-slideshow::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #93272c;
  z-index: 69;
}
.mm-image-slideshow .mm-image-slideshow-frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  max-width: 100% !important;
  width: 100% !important;
  max-height: 100% !important;
  height: 100% !important;
  margin: 0;
  padding: 0;
  float: none;
  clear: both;
  object-fit: contain;
}
.mm-image-slideshow .mm-image-slideshow-frame:nth-child(1) {
  position: relative;
  z-index: 42069;
}
