/* Popup box BEGIN */
.hidden_video_div{
    background:rgba(0,0,0,.4);
    display:none;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
	z-index:10000;
    cursor: pointer;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
   
}

.inner_div_popup{
    min-width: 500px;
    min-height: 300px;
}
 
}
.hidden_video_div .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hidden_video_div > div {
    display: inline-block;
    height: auto; 
    vertical-align: middle;
    width: 70%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;

}
.popupCloseButton {
    background-color: rgba(0,0,0,.01);
    border: 3px solid #999;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    position: absolute;
    top: 4%;
    right: 7%;
    font-size: 25px;
    line-height: 30px;
    width: 40px;
    height: 40px;
    text-align: center;*/
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_play_button {
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding-top: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
  padding-left: 2%;
  border: 0px;
  max-width: 100%;
  height: auto;
  min-width: 200px;
  min-height: 200px;
  background: white;
}
/* Popup box BEGIN */