#parentDiv {
  position: relative;
  /*width: 200px;*/
  /*height: 200px;*/
  /*background-color: #ccc;*/
}

#playButton, #slogn {
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  /*display: none;*/
  cursor: pointer;
  transition: filter 0.4s ease, color 0.3s, opacity 0.5s;
  /*transition: color 0.2s;*/
}

#playButton {
  /*transition: fill 0.2s ease-in-out;*/
  color: #ffffff;
}

#playButton:hover {
  /*fill: #32373c;*/
  color: #cfd1d4;
}

#vedio {
  /*z-index: 90;*/
}

#slogn {
  /*z-index: 60;*/
  /*user-select: none;*/
  pointer-events: none;
  /*transition: display 0.3s ease;*/
}

#slogn.hover {
  /*opacity: 0;*/
}

