img.cover {
    width: 250px;
    height: 250px;
    object-fit: cover;
  }
img.contain {
    width: 250px;
    height: 250px;
    object-fit: contain;
  }
  
  