.two-side-25mm{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  left: 50%;
  transform: translateX(-50%);

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: none;
}
.ts25-img{
  position: relative;
  top: 0px;
  height: 72.1%;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);

  display: flex;
  justify-content: center;
}
.ts25-img img{
  position: relative;
  height: 100%;
  width: auto;
  opacity: 1;
  margin: 0 10px;
}
.ts25-clip{
  position: absolute;
  background-color: rgba(0,0,0,.0);
  height: auto;
  transform: translateX(-50%);
  opacity: 1;
  z-index: -1;
}
.ts-clip-10mm-l {
    top: 69.1%;
    left: 36.5%;
    width: 7%;
}
.ts-clip-10mm-r {
    top: 69.1%;
    left: 62.7%;
    width: 7%;
}
.ts-clip-15mm-l {
  top: 69.1%;
  left: 36.6%;
  width: 7.5%;
}
.ts-clip-15mm-r {
  top: 69.1%;
  left: 63.6%;
  width: 7.5%;
}
.ts-clip-20mm-l {
  top: 70.1%;
  left: 37.2%;
  width: 8%;
}
.ts-clip-20mm-r {
  top: 70.1%;
  left: 63%;
  width: 8%;
}
.ts-clip-25mm-l {
  top: 69.9%;
  left: 37%;
  width: 8.5%;
}
.ts-clip-25mm-r {
  top: 69.9%;
  left: 62.7%;
  width: 8.5%;
}
.ts-clip-30mm-l {
  top: 70.9%;
  left: 37.7%;
  width: 9.3%;
}
.ts-clip-30mm-r {
  top: 70.9%;
  left: 62.1%;
  width: 9.3%;
}
.ts25-clip img{
  position: relative;
}
.container-one-side-25mm{
  position: absolute;
  width: 90%;
  height: 100%;
}
.ts25-neck{
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 63%;
  clip-path: polygon(28% 0.5%, 72% 0.5%, 87.9% 6.9%, 12.1% 6.9%);
}
.ts25-left{
  position: absolute;
  top: 4.4%;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 100%;
  clip-path: polygon(13%  0%, 28% 0%,  28% 65.2%, 13% 65.2%);
}
.ts25-right{
  position: absolute;
  top: 4.4%;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 100%;
  clip-path: polygon(88%  0%, 72% 0%,  72% 65.2%, 88% 65.2%);
}





/*  clip-path: polygon(0%  0%, 50% 0%,  30% 55%, 4% 55%);
*/














.two-ends-back-25mm{
  position: absolute;
  top: 0.8%;
  left: 50%;
  transform: translateX(-50%) perspective(1vw) rotateX(18deg);
  height: 3.4%;
  width: 25.5%;
  background-color: white;
  border: 1px solid black;
  z-index: 1;
}

.two-ends-left-25mm{
  position: absolute;
  height: 66.3%;
  width: 5.3%;
  top: 4.7%;
  left: 34.5%;
  background-color: white;
  border: 1px solid black;
  overflow: hidden;
}
.two-ends-right-25mm{
  position: absolute;
  height: 66.3%;
  width: 5.3%;
  top: 4.7%;
  left: 59.5%;
  background-color: white;
  border: 1px solid black;
  overflow: hidden;
}
.two-ends-back-clip-25mm{
  position: absolute;
  height: 4.1%;
  width: 5.9%;
  top: 0.8%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 130;
}
.two-ends-back-clip-25mm img:nth-child(1){
  position: absolute;
  top: 0px;
  left: 33.5px;
  height: 103%;
  z-index: 131;
  filter: drop-shadow(0px 0px 1px black);
}
.two-ends-back-clip-25mm img:nth-child(2){
  position: absolute;
  top: 0px;
  left: -33.5px;
  height: 103%;
  z-index: 131;
  filter: drop-shadow(0px 0px 1px black);
}
