/*
    Created on : 2016-12-16, 13:40:46
    Author     : Sławomir Netteria.NET https://netteria.net
*/

.video-box {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100001;
  position: fixed;
  inset: 0px; /* text-align: center; */
  background: rgba(0, 0, 0, 0.72);
}

.visited #vidBox {
  display: none;
}

#closer_videopopup {
  position: absolute;
  display: table-cell;
  right: 2%;
  top: 2%;
  font-size: 32px;
  text-align: center;
  vertical-align: middle;
  padding: auto;
  cursor: pointer;
  background: none;
  border: none;
  color: #ffffff;

  z-index: 100004;
}
#opct {
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#videCont {
  width: 100%;
  height: 100%;
  max-width: 700px;
  max-height: 400px;
  padding: 2rem;
}
#videCont iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#video1 {
  cursor: pointer;
  cursor: hand;
}
