.oc-grid {
    opacity: 0;
    transition: opacity 0.2s ease-in;
}

.oc-grid.loaded {
    opacity: 1;
}