@media screen and (max-width : 1025px){
}

@media screen and (max-width : 1024px){
  .text{
    display: none;
  }
  .tlimg{
    width: 180px;
  }
  .year{
    font-size: 30px;
  }
}

#year_table table, tbody, tr, td{
  border: 1px #bbb solid;
}