.video-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.video-grid .video-top-banner {
  position: relative;
}
.video-grid .video-top-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(50, 81, 108, 0.81);
  z-index: 111111;
  height: 100%;
  width: 100%;
  padding: 30px 0;
}
.video-grid .video-top-banner .overlay img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}
.video-grid .video-top-banner .overlay .media-field .title a {
  color: #fff;
  text-decoration: none;
}
.video-grid .video-top-banner .overlay .media-field .title a:hover {
  color: rgb(98, 220, 255);
  text-decoration: underline;
}
.video-grid .video-top-banner .overlay .media-field p {
  color: rgb(140, 170, 197);
}
.video-grid .video-top-banner .banner {
  background-image: url(https://yt3.googleusercontent.com/kbstKDMRULMf024kBBLJ6Od_aM5cLThShu9m4LV11kn8f4isqgm6cSCqQ462dnDB7uHZixsg0w=w2120-fcrop64=1,00005a57ffffa5a8-k-c0xffffffff-no-nd-rj);
  height: 300px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(4px);
}
.video-grid .video {
  position: relative;
  width: 100%;
  height: 255px;
}
.video-grid .video iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.video-grid .video-info-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 25, 43, 0.81);
  color: rgb(209, 238, 246);
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 15px;
  box-sizing: border-box;
  text-align: left !important;
}
.video-grid .video:hover .video-info-overlay {
  opacity: 1;
}
.video-grid .video-info-overlay h3 {
  margin: 5px 0;
  font-size: 13px;
  text-align: left;
  color: rgb(0, 198, 255);
}
.video-grid .video-info-overlay p {
  margin: 3px 0;
  font-size: 13px;
  text-align: left;
}
.video-grid .owl-theme {
  background: rgb(33, 56, 75);
  padding: 20px;
}
.video-grid .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.video-grid .owl-theme .owl-nav .owl-prev,
.video-grid .owl-theme .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.568627451);
  margin: 0;
  font-size: 20px;
  border-radius: 50%;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
}
.video-grid .owl-theme .owl-nav .owl-prev:hover,
.video-grid .owl-theme .owl-nav .owl-next:hover {
  background: #fff;
}
.video-grid .owl-theme .owl-nav .owl-prev {
  margin-right: auto;
}
.video-grid .owl-theme .owl-nav .owl-next {
  margin-left: auto;
}
.video-grid .owl-theme .owl-dots {
  margin-top: 20px;
}
.video-grid .owl-theme .owl-dots .owl-dot span {
  background: rgba(0, 0, 0, 0.2);
}
.video-grid .owl-theme .owl-dots .owl-dot.active span {
  background: rgba(0, 0, 0, 0.8);
}

.video-grid .owl-theme .owl-dots .owl-dot.active span {
  background: rgb(0, 198, 255);
}

.video-grid .owl-theme .owl-dots .owl-dot span {
  background: rgba(50, 81, 108, 0.81);
}/*# sourceMappingURL=youtube-subscribe.css.map */