.product_video {
  width: 60px;
  height: 60px;
}

.product_video .image {
  width: 100%;
  height: 100%;
}

.product_video .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
