:root {
  --tokiair-criteria-iframe-height: 400px;
}
.ezyiframe {
  /*position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);*/
  height: var(--tokiair-criteria-iframe-height);
  width: 100%;
  z-index: 9999;
  background: #fff;
}
@media (max-width:767.98px) {
  .ezyiframe {
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 768px) {
  .l-ezycommerce {
    /*left: 0;
    transform: none;*/
    width: 300px;
    border: 1px solid #ccc;
    background-color: #fff;
    position: relative;
    z-index: 100;
  }
}