@media all and (max-width: 600px) {
    .avatar {
        display: none;
    }
}