.standwrap .frame-layout-endustand > div.frame-layout-0::before, 
.standwrap .frame-layout-endustand > div.frame-layout-standh::before {
  display:none;
  }
.standwrap .frame-layout-endustand .contenttable {
  width: 100%;
}
.standwrap .frame-layout-endustand .contenttable th:nth-child(1) {
  text-align: left;
  padding-left: 1%;
  display: table-cell;
  width: 3.05%; /* war 2.55% */
}
.standwrap .frame-layout-endustand .contenttable td:nth-child(1) {
  display: table-cell;
  width: 3.05%; /* war 2.55% */
  height: 80px;
  padding-left: 1%;
  background-image: url('elements/bg-res-num.svg');
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  background-position: right;
}

@media (max-width: 767px){
.standwrap .frame-layout-endustand .contenttable td:nth-child(1) {
  height: 60px;
}
.standwrap .frame-layout-endustand .contenttable th:nth-child(1), 
.standwrap .frame-layout-endustand .contenttable td:nth-child(1) {
  width: 15%;
  padding-left: 3%;
} 

.standwrap .frame-layout-endustand .contenttable td:nth-child(2), 
.standwrap .frame-layout-endustand .contenttable th:nth-child(2) {
  width: 15%;
}
.standwrap .frame-layout-endustand .contenttable td:nth-child(3), 
.standwrap .frame-layout-endustand .contenttable th:nth-child(3) {
  width: 30%;
}

}