maybe if you try this instead?
.type-elementgrid .ph{
padding-bottom: 100%!important;
}
.type-elementgrid img,
.type-elementgrid video{
height: 100%!important;
width: 100%!important;
object-fit: cover!important;
object-position: center;
}
.type-thumbnailgrid .ph{
padding-bottom: 100%!important;
}
.type-thumbnailgrid img,
.type-thumbnailgrid video{
height: 100%!important;
width: 100%!important;
object-fit: cover!important;
object-position: center;
}