
/* Smaller screen / tablet+phone / 480px to 759px */

@media (max-width: 759px) {

    .phone {display: block !important;}
    
    .no-phone {display: none !important;}
    
    
    
    }
    
    /* Extra small screen / smartphone / 280px to 479px */
    
    @media (max-width: 479px) {
    
    .phone {display: block !important;}
    
    .no-phone {display: none !important;}
    
    .phone {
        width: 40%;
        margin-left: 90px;
    }
    
    }
    