.flex-video {
  background-color: #000;
  margin-bottom: 0.5rem;
}
.video-wrapper {
  margin-top: 1rem;
}
/* Matthies Tv New */
#MatthiesTv .thumbnail-wrapper {
  margin-top: 1rem;
}
#MatthiesTv .thumbnail-wrapper .thumbnail {
  position: relative;
  width: 100%;
  font-size: 2rem;
  text-align: center;
  color: #fff;
}
#MatthiesTv .thumbnail-wrapper .thumbnail::before {
  content: '\f04b';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  background-color: #66A96B;
  padding-top: 16px;
  transform: translate(-50%, -50%);
}
#MatthiesTv .thumbnail-wrapper .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
#MatthiesTv .thumbnail-wrapper .video-desc h6 {
  font-size: 0.8125rem;
}
@media screen and (min-width: 641px) {
  #MatthiesTv .thumbnail-wrapper {
    margin-top: 0.5rem;
  }
  #MatthiesTv .thumbnail-wrapper .thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 10rem;
    overflow: hidden;
  }
  #MatthiesTv .thumbnail-wrapper .thumbnail img {
    width: 25rem;
    height: auto;
  }
  #MatthiesTv .thumbnail-wrapper .video-desc {
    min-height: 40px;
  }
}
@media screen and (min-width: 768px) {
  #MatthiesTv .thumbnail-wrapper .thumbnail {
    height: 12.5rem;
  }
  #MatthiesTv .thumbnail-wrapper .thumbnail img {
    width: 30rem;
  }
}
@media screen and (min-width: 884px) {
  #MatthiesTv .thumbnail-wrapper .thumbnail {
    height: 14.4rem;
  }
}
@media screen and (min-width: 1000px) {
  #MatthiesTv .thumbnail-wrapper .thumbnail {
    height: 8rem;
  }
  #MatthiesTv .thumbnail-wrapper .thumbnail img {
    width: 14rem;
  }
  #MatthiesTv .thumbnail-wrapper .video-desc {
    min-height: 60px;
  }
}
