.abs-img-wrapper, .abs-subcategory-img {
  position: relative;
  background-size: 50px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='46px' height='46px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' class='lds-flickr' style='background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;'%3E%3Ccircle cy='50' cx='30' fill='%23f0aeb1' r='20'%3E%3Canimate attributeName='cx' calcMode='linear' values='30;70;30' keyTimes='0;0.5;1' dur='1.4' begin='-0.7s' repeatCount='indefinite'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cy='50' cx='70' fill='%23e46e72' r='20'%3E%3Canimate attributeName='cx' calcMode='linear' values='30;70;30' keyTimes='0;0.5;1' dur='1.4' begin='0s' repeatCount='indefinite'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cy='50' cx='30' fill='%23f0aeb1' r='20'%3E%3Canimate attributeName='cx' calcMode='linear' values='30;70;30' keyTimes='0;0.5;1' dur='1.4' begin='-0.7s' repeatCount='indefinite'%3E%3C/animate%3E%3Canimate attributeName='fill-opacity' values='0;0;1;1' calcMode='discrete' keyTimes='0;0.499;0.5;1' repeatCount='indefinite' dur='1.4s'%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

img[data-src] {
  position: relative;
  z-index: 1;
}

img[data-src]::before {
  display: none;
}