.mask-cc-center_isolated-bg {
  background: #000;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0.7;
  position: fixed;
  right: 0;
  top: 0;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  z-index: 9999
}

.cc-center_isolated.cc-floating.cc-theme-classic.cc-window {
  left: 50%;
  position: fixed;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 99999
}

@media screen and (max-width: 640px) {
  .cc-center_isolated.cc-floating.cc-theme-classic.cc-window {
    left: 50%;
    border-radius: 0;
    top: 0;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }
}
