.cmp__video[data-v-3c94fa93] {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.cmp__video .cmp__video__container[data-v-3c94fa93] {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
.cmp__video .cmp__video__container[data-v-3c94fa93] {
    transform: unset !important;
}
}
.cmp__video .cmp__video__container video[data-v-3c94fa93] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmp__video .video-play[data-v-3c94fa93] {
  position: absolute;
  color: white;
  top: 0;
  left: 0;
  width: 128px;
  height: 128px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
.cmp__video .video-play[data-v-3c94fa93] {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 82px;
    height: 82px;
}
}
.cmp__video .cmp__video__popup[data-v-3c94fa93] {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  transform: translateY(120vh);
  width: 100%;
  z-index: 9999;
  transition: 0.5s;
}
.cmp__video .cmp__video__popup.show[data-v-3c94fa93] {
  transform: translateY(0);
}
.cmp__video .cmp__video__popup-container[data-v-3c94fa93] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
}
.cmp__video .cmp__video__popup-container .cmp__video__popup-wrapper[data-v-3c94fa93] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -12px;
  position: relative;
  width: 75vw;
}
.cmp__video .cmp__video__popup-container .cmp__video__popup-wrapper .cmp__video__popup-close[data-v-3c94fa93] {
  cursor: pointer;
  height: 24px;
  width: 24px;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: -36px;
  z-index: 2;
}
.cmp__video .cmp__video__popup-container .cmp__video__popup-wrapper video[data-v-3c94fa93] {
  height: 100%;
  max-height: 75vh;
  max-width: 100%;
  outline: none;
  width: auto;
}
@media screen and (max-width: 1024px) {
.cmp__video[data-v-3c94fa93] {
    padding: 0 20px;
    height: 101.3333333333vw;
}
.cmp__video .cmp__video__container[data-v-3c94fa93] {
    border-radius: 6px;
    overflow: hidden;
}
}