.hide{display:none !important}.lazyload-img{display:block;position:relative;width:100%;background-position:center center;background-size:cover;background-repeat:no-repeat}.lazyload-img::after{content:"";display:block;padding-bottom:56.25%}.lazyload-img.ll-img-onerror{background-color:#eee}.lazyload-img-overlay{position:absolute;width:100%;height:100%;top:0;left:0;background-color:#eee;transition:opacity .6s ease-in-out}.lazyload-img-overlay::after{content:"";position:absolute;top:50%;left:50%;height:40px;width:40px;margin-top:-20px;margin-left:-20px;border-left:2px solid red;border-right:2px solid red;border-bottom:2px solid red;border-top:2px solid transparent;border-radius:100%;animation:rotation .6s infinite linear}@keyframes rotation{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}