.header.content .phone {
    display: none;
}

@media only screen and (max-width:767px) {
    .header.content .phone {
        display: block;
        width: 35px;
        height: 35px;
        position: absolute;
        right: 20px;
        top: -60px;
        z-index: 100;
    }
}