.ht--new__play_video__top:hover {
  cursor: pointer;
}
.ht--new__play_video__top {
  width: 72px;
  height: 72px;
  border: 1px solid #848585;
  background: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ht--new__play_video__top::before {
  content: "\f04b";
  font-family: "fontawesome";
  position: absolute;
  color: #fff;
  line-height: 1;
  width: fit-content;
}

.ht--new__play_video__top.active::before {
  content: "\f04c";
}
.ht--new__play_video__top:hover,
.ht--new__play_video__bottom:hover {
  cursor: pointer;
}

.ht--new__play_video__bottom {
  width: 72px;
  height: 72px;
  border: 1px solid #848585;
  background: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ht--new__play_video__bottom::before {
  content: "\f04b";
  font-family: "fontawesome";
  position: absolute;
  color: #fff;
  line-height: 1;
  width: fit-content;
}

.ht--new__play_video__bottom.active::before {
  content: "\f04c";
}
