.cc-iframe-container .lyte-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  .cc-iframe-container {
    max-width: 82vw !important;
  }
  .cc-iframe-container .lyte-wrapper {
    width: 82vw !important;
  }
}
