king
2023-07-17 ba9e189dd33c8d48f7f4ac36bcefeef9afb426f8
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%;
  }
}