.cm-video-group {
    max-width: 682px;
    margin: auto;
  position: relative;
}

.video-container iframe {
    max-width: 100%;
}

.cm-video-group .video-thumbnail {
    cursor: pointer;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
}

.pb-56 {
  padding-bottom: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cm-video-group .play {
    filter: alpha(opacity=80);
    opacity: .8;
    height: 77px;
    left: 50%;
    margin-left: -38px;
    margin-top: -38px;
    position: absolute;
    top: 50%;
    width: 77px;
    background: url(https://lh3.ggpht.com/vo4W82YNfpJDsttqn-22YsLtEJjmOtIB-54yIxR5wQA0Ucs5leNIu-W8iEmyY8-Pf7RWHk4=w64) no-repeat;
}

/* .video-container {
  display:none;
} */

/* 
.cm-video-group .lightbox-link {
position: absolute;
  width: 100%;
  height: 100%;
  display: block; 
  text-decoration: none;
  top: 0;
  left: 0;
  right: 0;
}
.cm-video-group {
  display: inline-block;
  position: relative;
  margin-bottom: 35px;
}
.cm-video-group.Size2 .lightbox-link:before {
  width: 70px;
}

.cm-video-group.no-icon a:before {
    display: none;
}

.cm-video-group .lightbox-link p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 29px;
  line-height: 34px;
  color: #ffffff;
  text-decoration: none;
  height: 100%;  
  margin-top: 80px;
}
.cm-video-group.has-caption .lightbox-link:before {
  top: -50px;
}
.cm-video-group.has-caption {
  height: 473px;
  background-color: rgb(255, 255, 255);
  background-position: center center;
  background-repeat: no-repeat;
  padding: 160px 30px 85px;
  background-size: cover;
}
.cm-video-group.has-caption > img {
  display: none;
}
.ilightbox-next,
.ilightbox-prev{
  display: none !important;
}
.ilightbox-holder.dark{
  margin-left: 70px;
}
@media(min-width:1200px){
  .ilightbox-holder div.ilightbox-container {
    max-width: 950px;
    margin: 0px auto;
    max-height: 538px;
  }
  .ilightbox-holder.dark {
/*     left: 0 !important;
    right: 0 !important;
    margin: 0px auto !important;
    float: none !important;
    max-width: 950px !important;
    top: 50% !important;
    transform: translateY(-50%); */
  }
}
@media only screen and (max-width: 800px) {
  .ilightbox-toolbar.dark{
   padding-left: 70px; 
  }
  .ilightbox-holder.dark{
    margin-left: 0px;
  }  
}
@media(max-width: 767px){
  .cm-video-group {
    margin-bottom: 30px;
  }
} */