.opt-in-box {
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  height: auto;
  background-color: #ffffff;
  z-index: 100;
  padding: 20px;
}
.opt-in-box > .opt-in-content {
  text-align: center;
}
