@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.spinner {
  animation: spin 1s linear infinite;
}

figure.attachment a{
    cursor: default !important;
    pointer-events: none !important;
}
figure.attachment figcaption.attachment__caption{
    display: none !important;
}
