.frame-mini { position: relative; overflow: hidden; }
.frame-mini img {
  position: absolute;
  left: 4%;
  bottom: -2%;
  width: 92%;
  height: 40%;
  object-fit: contain;
  filter: drop-shadow(0 2px 3px #142d6333);
}
