
@media (min-width: 1024px) {
.cc-authors > *:nth-child(2),
.cc-authors > *:nth-child(4) {
display: none;
}
}@media (min-width: 1024px) {
.profile-content .cc-authors > *:nth-child(2),
.profile-content .cc-authors > *:nth-child(4) {
display: none;
}
}
@grin3671