/* 
* Video Card Block 
*/
/* Center the pagination dots */
.video-card-swipe-arrows .swiper-pagination {
  display: flex;
  justify-content: center;
  position: relative;
}

/* 
* Video Card Block 
*/
.video-card video, .video-card iframe, .media-card img, .media-card video, .media-card iframe {
  border-radius: 20px;
  height: 450px;
  object-fit: cover;
  min-width: 90%;
}
.media-card-content {
  border-radius: 10px;
}
.media-card-content .btn {
  color: var(--white) !important;
}


@media (max-width: 767px) {
  .video-cards-slider {
    overflow: hidden;
    margin-left: 20px;
  }
  .media-card-content {
    margin: 20px 10px !important;
    width: calc(100% - 20px) !important;
  }
  .media-card img {
    height: 300px;
    width: 100%;
  }
  .media-card video, .media-card iframe{
    height: 300px;
    width: 100%;
}
}