.hp-listing__video {
  position: relative;
  border-radius: 7px 7px 0px 0px !important;
  overflow: hidden !important;
  min-height: 215px;
  max-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hp-listing__video::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.22);
  z-index: 1;
}

.hp-listing__video.play::before {
  display: none;
}

.hp-listing__video video {
  cursor: pointer;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.hp-listing__video-play {
  position: absolute;
  width: 70px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}

.hp-listing__video-play path {
  fill: #fff;
}
