.lazyLoad-container {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: black;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.lazyLoad-container:hover .lazyLoad-play svg {
  fill: rgb(206,19,18);
}

.lazyLoad-play {
  width: 85px;
  height: 60px;
  margin-left: -42.5px;
  margin-top: -30px;
  cursor: pointer;
  outline: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
}
.lazyLoad-play svg {
  height: 100%;
  width: 100%;
  fill: rgb(31, 31, 31);
  opacity: 0.9;
  cursor: pointer;
}

