.pop-video{
  position: fixed;
  right: 10px;
  bottom: 10px;
  box-shadow: #666 0px 0px 10px; 
  border-radius: 5px;
  z-index: 999 !important;
}

.pop-hide{
  position: absolute;
  right:2px;
  top:-5px;
  cursor: pointer;
  font-size: 25px;
  line-height: 25px;
}
.pop-show{
  display: none;
  padding: 5px;
  cursor: pointer;

}