.pro_img{
  position: relative;
  padding-bottom: 100%;
}
.pro_img img{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}