header.lander {
  background-image: linear-gradient(
      rgba(56, 56, 56, 0.7),
      rgba(56, 56, 56, 0.7)
    ),
    url("https://callbox-assets-cdn.s3.amazonaws.com/resources/CB%2BPhone%2BScripts_header.jpg");
  background-position: center;
  background-size: cover;
}

header .textwrapper {
  max-width: 700px;
}

header .textwrapper .title {
  font-size: 2.5rem;
}

.pill.solid {
  display: flex;
  flex-direction: row;
}

.pill.solid p {
  margin: 0 auto 0 0;
}

header.lander .cover img {
  width: 100%;
  height: 100%;
}

.ungated {
  margin-top: 1rem;
}

.embed-wrapper {
  width: 100%;
  background-color: var(--l-gray);
  background: linear-gradient(var(--l-gray), var(--l-gray), var(--gray3));
  border-radius: var(--radius-big);
  position: relative;
  transition: opacity var(--ease);
  z-index: 14;
}

.embed-wrapper.png {
  height: 100vh;
}

.embed-wrapper.png img {
  width: 100%;
}

.embed-wrapper .formfill {
  margin-top: calc(-15rem + -25vw);
  position: relative;
}

.embed-wrapper iframe {
  border: none;
  margin: 0;
  width: calc(100% + 1px);
  height: 100vh;
  margin-bottom: -5px;
  transition: var(--ease);
  animation: show 0.3s both;
  animation-delay: 0.5s;
}

@media screen and (max-width: 850px), screen and (max-device-width: 850px) {
  header.lander .cover img {
    width: 100%;
    height: auto;
  }
}
