@charset "utf-8";
/* CSS Document */
.lightboxcontainer {
  width:100%;
  text-align:left;
}
.lightboxleft {
  width: 40%;
  float:left;
}
.lightboxright {
  width: 60%;
  float:left;
}
.lightboxright iframe {
  min-height: 390px;
}
.divtext {
  margin: 36px;
}
.image_tn {}
.image_tn > a {
    display: inline-flex;justify-content: center;-ms-align-items: center;
    align-items: center;align-content: center; -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%; 
    height: 100%;
}
.play-pic{
	
	    width: 70px !important;
    height: 70px !important;
    position: absolute;
}
#html5-watermark,#html5-social { display: none !important;}
.image_tn > a > img.vid_imgg{ width: 130px !important; height: 130px !important; position: absolute; 
  opacity: .55 ;border: none;
  background: transparent;}
@media (max-width: 800px) {
  .lightboxleft {
    width: 100%;
  }
  .lightboxright {
    width: 100%;
  }
  .divtext {
    margin: 12px;
  }
}
