.cc_banner-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}
.cc_banner-wrapper .cc_container {
  position: relative;
  margin: 0 auto;
  background: rgba(0, 0, 145, 0.9);
  width: 70%;
  max-height: 70%;
  border-radius: 10px;
  font-family: Arial;
  overflow: auto;
  padding: 50px 30px;
}

.cc_banner-wrapper .cc_container a.cc_more_info {
  color: #fff;
}
