.load-more {
    text-align: center;
    clear: both;
}

.load-more:before {
    content: '';
    background: url("../img/loader.gif") 0 0 / contain no-repeat;
    display: inline-block;
    width: 50px;
    height: 50px;
}