.animation-style_Animation_Container__fpvSo {
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
  background-color: #000;
}
.animation-style_Animation_Container_intersector__nuXcJ {
  height: 1px;
  width: 100%;
  position: absolute;
  top: 100%;
}
@media (max-width: 600px) {
  .animation-style_Animation_Container__fpvSo {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }
}
.ZkmlVideo_ZKML_video_wrapper__14h4y {
  background: rgba(1, 1, 1, 0.9);
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  animation: ZkmlVideo_show-up__aPqZw linear forwards;
  animation-duration: 0.3s;
  z-index: 99;
}
@keyframes ZkmlVideo_show-up__aPqZw {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ZkmlVideo_ZKML_video_Container__yjNs7 {
  width: 800px;
  height: 500px;
  position: relative;
}
.ZkmlVideo_ZKML_video_Container__yjNs7 iframe {
  border: none;
  outline: none;
}
.ZkmlVideo_ZKML_video_close___9mtn {
  height: 15px;
  width: 15px;
  position: absolute;
  right: 0;
  top: -8%;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  .ZkmlVideo_ZKML_video_Container__yjNs7 {
    width: 90%;
  }
}
