.video-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.video-grid .video-top-banner {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: rgb(250, 250, 250);
  padding: 20px;
}
.video-grid .video-top-banner img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .video-grid .video-top-banner .media-field h5 {
    text-align: center;
    margin-top: 10px;
  }
}
.video-grid .video-top-banner .media-field h5 a {
  color: rgb(17, 17, 17);
  text-decoration: none;
}
.video-grid .video-top-banner .media-field h5 a:hover {
  text-decoration: underline;
}
.video-grid .video-top-banner .media-field p {
  color: rgba(17, 17, 17, 0.7);
}
@media (max-width: 575px) {
  .video-grid .video-top-banner .media-field p {
    text-align: center;
    margin-top: 10px;
  }
}
.video-grid .video {
  position: relative;
  width: 100%;
  height: 255px;
  overflow: hidden;
}
.video-grid .video:hover iframe {
  transform: scale(1.5);
}
.video-grid .video iframe {
  width: 100%;
  height: 100%;
  border: none;
  transition: all 0.5s linear;
}
.video-grid .video-info-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  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(17, 17, 17);
}
.video-grid .video-info-overlay p {
  margin: 3px 0;
  font-size: 13px;
  text-align: left;
  color: rgba(17, 17, 17, 0.7);
}
.video-grid .nav-pills .nav-link.active,
.video-grid .nav-pills .show > .nav-link {
  color: rgb(17, 17, 17) !important;
  background-color: transparent !important;
  border-bottom: 2px solid rgb(17, 17, 17) !important;
  border-radius: 0;
}
.video-grid .nav-pills .nav-link {
  color: rgba(17, 17, 17, 0.5) !important;
}
.video-grid .owl-theme {
  padding: 20px 0;
}
.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=playlists.css.map */