@media screen and (min-width:1200px){
    body{
        min-width:1200px;
    }
    .mySvg{
        display:none;
    }
    .TB-focus .bd  ul li {
        margin:0;
        width:100% !important ;
      
      }
      .TB-focus .bd  ul li a img{
        width:100%
      }
    

}