/* Same style as Team betta  */
.team-big-avatar-spirule {
    .employe {
        box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.1);

        img {
            min-height: 385px;
            max-height: 385px;
        }
    }

    .modal {
        @apply transition-opacity duration-300;
    }
}