.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0; }
  .main .tagline {
    display: none;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 14px; }
  .main .tagline-subtext {
    display: none;
    font-family: ProximaNova, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 5px; }
  .main .tagline-subtext:last-of-type {
    margin-bottom: 20px; }

.background {
  height: 100%;
  width: 100%; }
  .background .chat-container {
    display: flex;
    height: 100%;
    margin-bottom: auto;
    min-width: 320px;
    overflow: hidden;
    width: 100%; }
    .background .chat-container > iframe#web-messenger-container {
      flex: 1 100%;
      right: 0;
      bottom: 0; }

@media screen and (min-width: 750px) {
  .page-wrap {
    background: url(/static_assets/images/relate/relate-background@2x.png) no-repeat center center;
    background-size: cover;
    display: block; }
    .page-wrap .header-holder {
      position: inherit; }
    .page-wrap .relate-logo {
      background: url(/static_assets/images/relate/relate-logo.png) no-repeat center center;
      width: 130px;
      height: 40px;
      position: absolute;
      bottom: 20px;
      right: 30px; }
  .main .background {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 128px;
    width: 100%;
    height: 100%;
    margin-top: 20px; }
  .main .tagline {
    display: block; }
  .main .tagline-subtext {
    display: block; }
  .chat-container.open {
    display: block;
    border-radius: 10px;
    box-shadow: 0 60px 120px rgba(71, 69, 123, 0.24), 0 15px 35px rgba(71, 69, 123, 0.24);
    min-height: 520px;
    max-height: 684px;
    width: 410px;
    overflow: hidden; }
  .chat-container.closed {
    background: url("https://media.giphy.com/media/RwwsIbudZHVhC/giphy.gif") no-repeat top center;
    background-size: 800px 320px;
    margin-top: 72px; } }

@media screen and (min-width: 1080px) {
  .page-wrap .relate-logo {
    right: 60px; } }
