

* {
  text-wrap: wrap;
  scroll-behavior: smooth;
}
.video-container {
  position: relative;
  width: 560px;
  height: 315px;
  cursor: pointer;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.popup-content {
  position: relative;
}
.close-btn {
  position: absolute;
  top: -100px;
  right: 0px;
  background: none;
  border: none;
  color: black;
  font-size: 30px;
  cursor: pointer;
}
.demo-cover-coords{
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;

}