.index-video-container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
} 

.index-video-container .video-item{
  width: 45%;
  margin-right: 10px;
  margin-bottom: 15px;
}

.padb-c .blk-bok-m .intro-x{
  justify-content: center;
}

.padb-c .blk-bok-m .intro-x .video-item {
    width: 45%;
    max-width: 45%;
    min-width: 45%;
    margin: 0 5px 15px 5px;
}

a.featured-video {
  display: block;
  overflow: hidden;
}

a.featured-video .youtube-thumbnail {
  position: relative;
  height: 0;
  padding-bottom: 55%;
  overflow: hidden;
}

a.featured-video .youtube-thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
}

a.featured-video .item-title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 1rem;
  text-align: center;
  color: #000;
}


.fancybox-content {
  position: relative !important;
  padding: 0 0 45% 0 !important;
  max-width: initial !important;
  max-height: initial !important;
  height: 0  !important;
  overflow: visible  !important;
}

.fancybox-content iframe {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 768px) {
  .padb-c .blk-bok-m .intro-x .video-item {
    width: 100;
    max-width: 100%;
    min-width: 100%;
    margin: 0 0 15px 0;
}
.index-video-container .video-item{
    width: 100;
    max-width: 100%;
    min-width: 100%;
    margin: 0 0 15px 0;
}
 }