.tiktoksocial{
    opacity: 1;
    transition: all ease-in-out 180ms;
}
.tiktoksocial:hover{
opacity: 0.6;
}