body {
  overflow: hidden;
  margin: 0px !important;
  padding: 0;
}

.background { 
    background: url(images/landing_image.jpg) no-repeat center center fixed; 
    opacity: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    overflow-y: hidden;
  }

  .text {
    width: 350px;
    height: 100px;
    position: absolute;
    top: 200px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #142238;
    font-size: 40px;
    font-family: 'Lato', regular;
    overflow-y: hidden;
  }

  .text.copy {
    font-size: 10px;
    top: 100%;
    width: 160px;
    color: #000000;
  }

  @media screen and (max-width: 510px) {
    
    .background { 

      height: 97.5vh;
      width: 98vw;
    }
    
    .text {
      width: 265px;
      font-size: 30px;
    }
  }

  @media screen and (max-width: 420px) {
    
    .background { 
      height: 97.5vh;
      width: 98vw;
    }
  }

  @media screen and (max-width: 390px) {
    
    .background { 
      height: 95.5vh !important;
    }
  }