/* hover_effect */

.hover_effect_video {
  width: -webkit-fill-available;
  padding: 1px;
  object-fit: cover;
}

.video-cover {
  width: 100%;
  padding: 10px;
}
