#t-footer .t977__menu .t977__col-inner_small {
    max-width: 175px;
}
#t-footer .t977__menu ul li a:hover {
    color: #ff4242 !important;
}
.t-container div[class$="__accordion"] button span:hover {color: #ff4242 !important;}

.instructor:hover .instructor-img div {
    background-size: 110% !important;
    opacity: 0.6;
    transition: all 0.5s ease;
}
.instructor:hover .instructor-text {
    opacity: 1;
    transition: all 0.5s ease;
}

.instructor-img {
    background: #000;
}
.instructor-img div.tn-atom {
    opacity: 1;
    background-size: 100% !important;
    transition: all 0.5s ease;
    
}

.instructor-text {
        padding: 10px;
        opacity: 0;
        transition: all 0.5s ease;
}
.instructor-text div {
        display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
        font-size: 13px;
    height: 100%;
        font-family: 'Ubuntu',Arial,sans-serif;
}
.instructor-text div .instructor__name {
    color: #10cd7f;
    font-size: 16px;
    font-weight: bold;
}


