.plusimg figure {
    width: 100%;
    position: relative;
    padding-top: 100%;
  }
  
  .plusimg figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
  }
  