.tmenu {
  position: relative; 
  /*width:1020px; */
  width:100%;
  border:0px solid green; text-align: center; height: 200px;
}

.menu__item {
  display: inline-block;text-decoration: none;
  margin-left: -3px;
}

.menu__trigger { width:280px;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
 /* background-color: #007edf;*/
  font-size: 36px;
    font-style: normal;
    font-weight: normal; text-decoration: none;
    text-align: center;
}

.menu__item.is-open .menu__trigger {
  color: #fff;
  text-decoration: none;
}

.menu__content {
  position: absolute;
  display: none;
 /* background-color: #fff;*/
  list-style-type: none;
  padding: 0;
  margin: 0; margin-top: -1px;
  z-index: 1; width:280px;padding: 10px 20px;  font-size: 24px;
}

.hb1{ width:920px;
  border:0px solid yellow;}
.hb2{
  margin-left:-320px; width:920px;

}

.hb3{
  margin-left:-640px; width:920px;
}

/*********************************************************************/


@media screen and (max-width:1200px) {

.menu__trigger { width:100px;
                font-size: 26px;
              }

.menu__content { width:100px;}

.hb1{ width:380px;
  border:0px solid yellow;}
.hb2{
  margin-left:-140px; width:380px;

}

.hb3{
  margin-left:-280px; width:380px;
}








  }