﻿
/* to make sure users can still see the content even if javascript unavailable */
.single-heroic-item.loading, 
.heroic-items .item.loading {
    opacity: 1;
}

