.tdb-sab-author .tdb-author-photo{
cursor: initial;
}

.tdb-sab-author {
    opacity: 0;
    animation: fadeIn 3s ease-in-out forwards;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
