
body{
    font-family: sans-serif;
}
.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}
.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
}
.content{
    background-color: #512179c9;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.itens{
    position: relative;
    top: calc(100% / 3);
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}
h1{
    color: #ffffff;
    font-size: 2.2rem;
}

span.features {
    font-size: 2rem;
    font-weight: 600;
}
h1.cd-headline.clip {
    color: #ffffff;
    font-size: 25px;
    margin-top: 30px;
    font-weight: 100;
}
.cd-headline {
    font-size: 3rem;
    line-height: 1.1;
}
@media only screen and (min-width: 768px) {
    .cd-headline {
      font-size: 4.4rem;
      font-weight: 300;
    }
  }
@media only screen and (min-width: 1170px) {
    .cd-headline {
      font-size: 6rem;
    }
  }
.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}
.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
    color: #ffffff;
    font-size: 45px;
}
.cd-words-wrapper b.is-visible {
    position: relative;
}
.no-js .cd-words-wrapper b {
    opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}
.cd-headline.clip span {
    display: inline-block;
    padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
/* line */
    content: '';
    position: absolute;
    top: 10%;
    right: 0;
    width: 2px;
    height: 70%;
    background-color: #aebcb9;
}
.cd-headline.clip b {
    opacity: 0;
}
.cd-headline b.is-visible {
    opacity: 1;
    font-weight: 900;
}

@media (max-width: 640px) and (orientation:landscape)  {
    .itens{
        top: calc(100% / 5);
    }
    .cd-words-wrapper b {
        font-size: 30px;
    }
    h1{
        font-size: 1rem;
    }
    span.features {
        font-size: 1.3rem;
        font-weight: 600;
    }     
}
@media (max-width: 500px) {
    .cd-words-wrapper b {
        font-size: 30px;
    }
    h1{
        font-size: 1.5rem;
    }
    span.features {
        font-size: 1rem;
        font-weight: 600;
    }            
}
@media (max-width: 1590px) {
    .fullscreen-bg__video{
        height: 100%;
    }            
}
@media (min-width: 1590px) {
    .fullscreen-bg__video{
        width: 100%;
    }            
}