/*Additional css and media queries*/

    /*.bnr_cmpltd{
        height: 100vh;
      }*/

      .bnr_cmpltd{
        text-align: center;
        position: static;
      }

      .hero.premier{
      /* top: 60%; */
      /* display: block; */
    }

    @media screen and (max-width: 1199px) {
      .hero.premier{
        top: 60%;
      }
    }

    @media screen and (max-width: 769px) {
      .hero.premier h1{
        position: absolute;
      }

      .cmpltd_lbl{
        font-size: 45px;
      }
    }

    @media screen and (max-width: 370px) {
      .cmpltd_lbl{
        font-size: 30px;
      }
    }

    @media screen and (max-width: 380px) {
      .cmpltd_lbl{
        font-size: 30px;
      }
    }

    @media screen and (max-width: 350px) {
      .cmpltd_lbl_hdr{
        margin-bottom: 2rem;
      }
    }