@media screen and (min-device-width: 640px) and (max-device-width: 900px)
{
.div_content{
    display:block;
}
.banner_img
{
    display: block;
    position: relative;
    margin-top:34%;
}
.banner_img900 
{
    display:none;
  
    
}
.banner_img img {
    width: 100%;
    
   
}

.banner_text {
    position: absolute;
    margin-top: -53%;
    font-size: 45px;
    color: white;
    width: 50%;
    font-family: 'Arya', sans-serif !important;
    margin-left: 2%;
    text-shadow: 2px 3px 4px black;
}
.header-sec{
        display: none;
        
    }
    .head{
        display:none;
        text-align: center;
        height: 50px;
        margin-bottom: 15px;
        font-size: 20px;
        color: #bb141b;
    }
    .gallery-block{
        display:none;
        display: flex;
        height: auto;
        margin-bottom: 70px;
        margin-left: 45px;
        text-align: center;
        font-family: roboto;
        overflow-x:scroll ;
        white-space: nowrap;
    }    
    .gallery-block::-webkit-scrollbar {
        display: none;
    }

    .gallery-block {
      -ms-overflow-style: none;  /* IE and Edge */
      scrollbar-width: none;  /* Firefox */
    }
    
    .gallery {
        
       
        margin: auto;
        text-align: center;
        font-family: roboto;
       
    }
    .title{
        color: black;
        font-size: 18px;
        font-family: roboto;
    }
    .gallery img{
        display :none;
        height: 400px;
        width: auto;
        padding:1%;
    }
}