.module-video-gallery .news_landing_tabs-css {margin-bottom: 0;}
.module-video-gallery .news_landing_tabs-css li a::before{content: none;}
.module-video-gallery .news_landing_tabs-css {display: block;border-bottom: none;}
.module-video-gallery .select-btn.button{border-radius: 100px;border: 1px solid #9E9E9E;padding: 12.5px 24px;background: transparent;min-width: 250px;margin: auto;}
.module-video-gallery .select-menu {max-width: 250px;margin-bottom: auto;margin-bottom: 64px;}
.module-video-gallery .select-menu .options {position: absolute;width: 100%;overflow-y: auto;border-radius: 20px;background: rgba(255, 255, 255, 0.6);animation-name: fadeInDown;-webkit-animation-name: fadeInDown;animation-duration: 0.35s;animation-fill-mode: both;-webkit-animation-duration: 0.35s;-webkit-animation-fill-mode: both;backdrop-filter: blur(3rem);top: 47px;border: 1px solid #9E9E9E;}
.module-video-gallery .select-menu .options .option {cursor: pointer;padding: 12.5px 24px;}
.module-video-gallery .select-menu  .option.selected,
.module-video-gallery .select-menu .options .option:hover {background: var(--sky);}
.module-video-gallery .select-menu a:hover, .templates_tab a.active {background: var(--sky);}
.module-video-gallery .select-menu ul li:first-child > a {border-radius: 20px 20px 0px 0px;}
.module-video-gallery .select-menu ul li:last-child > a {border-radius: 0px 0px 20px 20px;}
.module-video-gallery .select-menu.active .select-btn i {transform: rotate(-180deg);}
.module-video-gallery .select-btn:hover i {color:var(--red);}
/* .module-video-gallery .video-trigger{min-height: 675px;} */
.module-video-gallery .select-menu.active .options { display: block;  opacity: 0;  z-index: 10;  animation-name: fadeInUp;  -webkit-animation-name: fadeInUp;  animation-duration: 0.4s;  animation-fill-mode: both;  -webkit-animation-duration: 0.4s;  -webkit-animation-fill-mode: both;}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}  

.module-video-gallery .col-wrap .video__title h2{color: var(--anthracite);transition:all 0.3s;}
.module-video-gallery a.video__cards-wrap::after{content:"";position:absolute;height:100%;width:100%; top: 0;left: 0;}

.module-video-gallery .col-wrap:hover .video__title h2{color: var(--red);}
.module-video-gallery .col-wrap{border: 1px solid rgba(26, 30, 34, 0.40);padding: 32px;}
/* .module-video-gallery .col-wrap{border-top:none;} */
.module-video-gallery .col-wrap:first-child{border-top: 1px solid rgba(26, 30, 34, 0.40);}
/* .module-video-gallery .video__img{height:358px;} */
.module-video-gallery .video__img{margin-bottom:30px;}
.module-video-gallery .video__img img{height:100%;width:100%;object-fit:cover;}
.module-video-gallery .pagination > ul {margin-top: 40px;overflow: hidden;}
.module-video-gallery {margin-bottom: 80px;}
@media(max-width:568px){
.module-video-gallery .pagination ul li{margin:0;}
}
@media(max-width:991.98px){
.brightcove-video-copy-wrapper{display: flex;justify-content: center;}
.brightcove-video-copy-wrapper .inv_playerContainer{width: 899.55px;}
.mfp-close-btn-in .mfp-close {color: #333;top: -82px;  width: 50px;  background: #a9aeb2;  color: #fff; height:50px;border-radius: 50%;}
}
@media(min-width:991.98px){
.module-video-gallery .col-wrap:nth-child(2),.module-video-gallery .col-wrap:nth-child(3){border-top: 1px solid rgba(26, 30, 34, 0.40);}
.module-video-gallery .col-wrap:nth-child(3n + 4),
.module-video-gallery .col-wrap:nth-child(3n + 5),
.module-video-gallery .col-wrap:nth-child(3n + 6) {border-top: none;}
.module-video-gallery .col-wrap:nth-child(3n + 2),
.module-video-gallery .col-wrap:nth-child(3n + 3){border-left: none;}
.brightcove-video-copy-wrapper{display: flex;justify-content: center;}
.brightcove-video-copy-wrapper .inv_playerContainer{width: 899.55px;}
.mfp-close-btn-in .mfp-close {color: #333;  left: calc(50% + 400px);  top: -82px;  width: 50px;  background: #a9aeb2;  color: #fff; height:50px;border-radius: 50%;}
}

@media(min-width:768.98px) and (max-width:991.98px){
.module-video-gallery .col-wrap:nth-child( odd ){border-right:none;}
.module-video-gallery .col-wrap:nth-child( odd ) ,
.module-video-gallery .col-wrap:nth-child( even ){border-bottom:none;}
.module-video-gallery .col-wrap:last-child{border-bottom:1px solid rgba(26, 30, 34, 0.40);border-right:1px solid rgba(26, 30, 34, 0.40);}
.module-video-gallery .col-wrap:nth-child(8){border-bottom:1px solid rgba(26, 30, 34, 0.40);}
}