king
2021-01-28 86b366cac525ad676da3cfd65f67a551b9260aeb
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%;
  }
}