.img-wrap img {
    position: relative;
    z-index: 2;
	max-width: 100%;
	height: auto;
    border-radius: 18px;
} 

.img-wrap img[data-lazy-img] {
    display: block;
    background-color: #f3f3f3;
}
