.loading:after {
    content: '';
    display: block;
    background: #fff 50% 50% no-repeat url(images/loading.gif);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
}
.loading {
    position: relative;
}
@media screen and (max-width: 690px) {
    .team__pagination {
        display: none;
    }
}