@media screen and (min-width: 960px) {
.custommenuitem .tn-atom:after {
    height: 10% !important
}
}

@media (max-width: 1299px) {

#allrecords > div:first-child a[href^="tel:"] {
    display: block;
    text-align: center;
    font-size: 0;
}
#allrecords > div:first-child a[href^="tel:"] > span {
    display: none;
}
#allrecords > div:first-child a[href^="tel:"]::after {
    content: '';
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url(https://static.tildacdn.com/tild6534-3731-4631-a263-626461613762/phonew.svg) center / contain no-repeat;
    filter: invert(1);
}

}