king
2023-10-01 ec06780e037b636ade7e4084c889d58fa3cc8fa7
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%;
  }
}