.disqus-loading {
    font-size: 26px;
    font-weight: 300;
    color: #777;
    padding: 1.25rem 0;
    font-family: initial;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.discus-comments-widget.is-loaded .disqus-loading {
    display: none;
}


@media only screen and (max-width: 500px) {
    .discus-comments-widget.open {
        width: 100%;
    }
}
