@media only screen and (max-width: 760px) {
    #trit-mobile { display: block; }
    #trit-desktop { display: none; }
}

@media not screen and (max-width: 760px) {
    #trit-mobile { display: none; }
    #trit-desktop { display: block; }
}
