.mf_video_container video {
  background-color: #000;
  border: none;
  display: flex;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mf_video_container:hover {
  opacity: 1 !important;
}
