.save-ajax-pagination{
    width: 100%;
    display: block;
    height: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.save-ajax-pagination.loading{
    height: 62px;
    background-image: url(/wp-content/themes/save-energy/assets/images/loading.gif);
}