.homeposts .card {
  border-radius: 0;
}
.video-container {
}

.media-canvas-container {
  display: none;
}

.media-canvas {
  width: 100%;
  height: 350px;
}

.video-thumbnail {
  width:100%;
  border-radius: 0;
  opacity: 0.8;
}

.cover-thumbnail-container {
    position: relative;
}

.video-play-button-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.video-play-button, .video-play-button:hover {
  font-size: 150px;
  color: rgb(59,69,78);
  color: white;
  opacity: 0.7;
}
