

@media only screen and (min-width: 260px) and (max-width: 600px) {
  
  .col_show_icon_pass
  {
    max-width: 310px;
  }

  .col_show_icon
  {
    max-width: 60px;
  }

}