.box{
    position: relative;
    top: 0px;
    left: 0%;
    right: 0%;
    width: 270px;
    height: 315px;
    background-size: cover;
    overflow: hidden;
    background-color: #fff;
  }
  .box:hover{
    position: relative;
    top: 0px;
    width: 270px;
    height: 315px;
  }
  .box .re{
    height: 300px;
  }
  .box:hover .re{
    width: 110px;
    height: 210px;
  }
  .box:hover .le{
      background-color: rgb(0, 0, 0);
      position: absolute;
      filter: opacity(100);
      margin-right: 5px;
      margin-left: -5px;
      padding-left: 20px;
      padding-right: 20px;
      text-align: center;
      height: 85px;
      min-width: 260px;
  }