.owl-carousel .author-item .author-link {
    text-decoration: none !important;
}
.owl-carousel .author-item .author-link .author-image {
    width: 6.25rem;
    height: 6.25rem;
    overflow: hidden;
    border-radius: 50%;
    background-color: rgba(var(--dgl-slider-autore-bg),.2);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.75rem;
    color: rgba(var(--dgl-slider-autore-color),.3);
    margin: 0 auto 1rem auto;
}
.owl-carousel .author-item .author-link:hover .author-image {
    
}
.owl-carousel .author-item .author-link .author-image>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .5s;
}
.owl-carousel .author-item .author-link .author-image>i.author-default-icon {
    transition: all .5s;
}
.owl-carousel .author-item .author-link:hover .author-image>img ,
.owl-carousel .author-item .author-link:hover .author-image>i.author-default-icon {
    transform: scale(1.1);
}
.owl-carousel .author-item .author-link h3 {
    font-size: 1.125rem;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-weight: normal;
    text-align: center;
    color: var(--dgl-link-color);
}
.owl-carousel .author-item .author-link:hover h3 {
    color: var(--dgl-link-color);
    text-decoration: underline;
}
