html{
  height: 100%;
}
.template-landing{
  width: 100%;
  height: 100%;
}
.landing__block{
  width: 100%;
  height: 100%;
  background: url(codejames_bg_mobile.jpg) top center no-repeat;
  background-size: cover;
}

@media screen and (min-width:1024px){
  .landing__block{
    background-position: top left;
    background-image: url(2019_03-CODY-landing-page2.jpg?v=1);
  }
}
