king
2021-08-08 5ed69b4bb3416ec61abf424375af8650864dbdfa
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%;
  }
}