/*Custom popup css for free video page start*/
#toTop {
	cursor: pointer;
}
.fluid-width-video-wrapper{
	padding-top: 60% !important;
}
.popup-header-section{
	margin-bottom: 50px !important; 
}
.overlay {
  z-index: 999999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7) !important;
  /*transition: opacity 500ms !important;*/
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto !important;
  padding: 20px !important;
  background: #fff !important;
  border-radius: 5px !important;
  width: 900px;
  position: relative;
  /*transition: all 5s ease-in-out !important;*/
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  /*transition: all 200ms !important;*/
  font-size: 30px;
  font-weight: bold !important;
  text-decoration: none;
  color: #333 !important;
}
.popup .close:hover {
  color: #06D85F;
}
/*Custom popup css for free video page start*/
/* Maninder*/
.session-inner-videos.session-videos.popup-video-img {
  width: 31%;
  float: left;
  margin: 10px !Important;
  height:330px;
}

.session-inner-videos.session-videos.popup-video-img .iframe-video-section {
  pointer-events: none;
}

/* Maninder End*/