.test2box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: -1;
}
.test2{
  width: 100%;
  height: 100%;
  object-fit: fill;
  overflow: hidden;
}
@page { size:156.1mm 105mm!important;margin:0;padding:0;}
@media print {
  body {
    margin: 0px;
    padding: 0px;
  }
}