img.lazy,
img.lazy-custom {
    height: 200px; 
    width: 100%;
    background-image: url(loading.gif);
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

