@media screen and (max-width: 480px) {

  body {
    margin: 179px 10px 0px 0;
    /* margin: 118px 10px 0px 0; */
  }
  .email-input {
    font-size: 16px;
    letter-spacing: 5px;
    height: 33px;
    width: calc(100% - 34px);
  }
  .button-tell-me-more {
    left: 0;
    position: relative;
  }
  .nav-main .nav-item {
    text-align: left;
    display: block;
    margin: 23px 20px;
    padding: 14px 20px;

    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;

  }
  .nav-item.relax {
    color: gray;
    border-color: gray;
    left: 70px;
    position: relative;
    padding-right: 89px;
    width: calc(100% - 202px);
  }

  .nav-children .nav-item {
    width: calc(100% - 22px);
  }

  .submit-email {
    float: none;
    margin-left: 9px;
    height: 51px;
    padding: 0px;
    width: calc(100% - 16px);
  }

  .more-details {
    margin-top: 6px;
  }
  .more-details a {
    color: #4967d4;
  }


  @keyframes signSealedDelivered {
    from {      top: 93px;}
    to {top: -72px;}
  }

  .udabest {
    position: fixed;
    border-radius: 2px;
    height: 49px;
    background-color: #5d54d4;
    border: 1px solid white;
    width: calc(100% - 88px);
    left: 62px;
    top: 160px;
  }

  
  .udabest.kthxbi {
    display: block;

    animation-name: signSealedDelivered;
    animation-duration: 4s;
  }


  .subscribe-wrapper .left {
    margin-top: 13px;
  }

  .subscribe-wrapper .right {
    width: calc(100% - 60px);
  }

  .bell {
    height: 100%;
    width: 25px;
    padding: 0;
  }

  .subscribe-wrapper .heart-count {
    cursor: pointer;
    font-size: 12px;
    color: white;
    position: absolute;
    top: 13px;
    vertical-align: middle;
    left: 7px;
    text-align: center;
    width: 34px;
  }
}