.lazy-wrapper {
    position: relative!important;
    box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
    -ms-box-sizing: content-box!important;
    -o-box-sizing: content-box!important;
}
.lazy-wrapper.loading,
.lazy-wrapper.has-more {
    padding-bottom: 104px!important;
    transition: all 0.3s!important;
}
.lazy-more-wrapper {
    position: absolute;
    bottom: 0;
    padding: 20px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: none;
    min-height: 104px;
    width: 100%;
    text-align: center;
    clear: both;
}
.lazy-load-error {
    display: inline-block;
    margin-right: 10px;
}
.lazy-more-btn:focus-visible {
    outline: 3px solid currentColor;
    outline-offset: 3px;
}
.lazy-img-loading {
    background: url("loading.gif") center no-repeat;
    height: 64px;
    width: 64px;
    margin: 0 auto;
}
