king
2023-12-01 129170bfe699cfaf7f6143ffba93c33f317fd558
1
2
3
4
5
6
7
8
9
10
11
12
13
.mk_image-wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
 
  img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}