/* video */
.container-video .slider2-card .img-box{
  /* padding: 3px; */
  width: 100%;
  height: 150px;
  object-fit: contain;
}
.container-video .slider2-card .img-box img{
  width: 90%;
  height: 100%;
  
}
.video-up{
  text-align: center;
  font-size: 23px;
  font-weight: bold;
}
.video-wrapper img{
  width: 308px;
}
.image-vid{
  width: 1238px;
}
.vid-wrapper img{
  width: 305px;
  height: 130px;
}









.header-for-phone,.footer-mobile{
  display: none;
}

@media (max-width: 768px) {
  .header-for-phone, .footer-mobile {
    display: block;
  }
  .image-vid, .mobile-slider2-none{
    display: none;
  }
  .video-page .mobile-wrapper::-webkit-scrollbar{
    display:none;
  }
  .video-page .card{
    display: flex;
  }
  .video-page .card{
    height: 250px !important;
  }
}