body.overlay-open {
  overflow: hidden;
}
.overlay-full .box {
  border-radius: 1em;
}
.overlay-full .box .close-overlay {
  border-radius: 0 1em 0 1em;
}
.overlay-full .box .close-overlay::before {
  background-color: #A4BECD;
}
.overlay-full .box .close-overlay:hover {
  background: #A4BECD;
}
.overlay-full .box .close-overlay:hover::before {
  background-color: #FFF;
}
