   @media (min-width: 640px){
 
  
     
    }
     
    @media (min-width: 768px){
     
    
     
    }
     
    @media (min-width: 1024px){
     
 
    }
     
    @media (min-width: 1200px){
     
        .banner-image {
            background-image: url(../image/banner-home.jpg);
            height:  690px;
            /* background-position: center; */
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
    }
     
    }

    @media (min-width: 1300px){

            .banner-image {
                background-image: url(../image/banner-home.jpg);
                height: 570px;
                /* background-position: center; */
                background-repeat: no-repeat;
                background-size: cover;
                position: relative;
        }
    }