@media (max-width: 768px){
#t-header{
position: sticky;
    top: 0;
    z-index: 999;
}
}