@CHARSET "UTF-8";

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
    
    .phoNav{
    display:none;     
    }
    .phoBlog{
        display:none;
    }
    
}