DivBucket / src / utils / Video / video.module.css
video.module.css
Raw
.video {
  width: 100%;
  height: 100%;
  background-color: var(--text_2);
  display: flex;
  align-items: center;
  justify-content: center;
}