html {
    background: url(../images/img-pc-bg-ats.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: contain;
    background-position-x: center;
}

      .fix-position{
        position:relative;
        top:25vh;
      }

      @media (max-width: 425px){
html  {
    background: url(../images/img-mobile-bg-deposit.jpg) no-repeat;
    background-position-x: center;
    background-size: 100vw;
    background-position-y: bottom;
}
.sub-head {
    font-size: min(2.875rem, 9vw);
}
}
