.video-wrap {
  border: none;
  touch-action: auto;
  position: absolute;
  .entrance-con {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .video-con {
    position: relative;

    .hot-image {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      img {
        width: 100%;
        height: 100%;
      }
    }
  }
}