.dialogVideo[data-v-8ef35988] {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}
.dialogVideo .cont[data-v-8ef35988] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 75rem;
    max-height: 42.25rem;
    min-width: 60vw;
}
.dialogVideo .cont .imgVo[data-v-8ef35988] {
      position: absolute;
      top: -3.75rem;
      right: -3.75rem;
      width: 100%;
      width: 2.1875rem;
      height: 2.1875rem;
      -o-object-fit: fill;
         object-fit: fill;
      opacity: 0.5;
}
.dialogVideo .cont .imgVo[data-v-8ef35988]:hover {
        opacity: 0.8;
}
.dialogVideo .cont .bgVideo[data-v-8ef35988] {
      width: 100%;
}
@media screen and (max-width: 750PX) {
.dialogVideo .cont[data-v-8ef35988] {
    width: 80%;
    height: auto;
}
.dialogVideo .cont .imgVo[data-v-8ef35988] {
      top: -2.5rem;
      right: -2.5rem;
}
}

