
@media only screen and (min-width:768px) and (max-width:991px){     /*for chrome*/
    .news-height-slider{ 
         height:600px!important; 
         padding:50px;
    }
    .slider-heightt{ 
         height:600px!important; 
}
.scroll-slider-height{
    height:550px!important; 
}
}

@media only screen and (min-width:320px) and (max-width:480px){       /*for mobile*/
        .news-height-slider{ 
         height:500px!important;    
          padding:30px;
}
.slider-heightt{ 
         height:500px!important; 
}
.scroll-slider-height{
    height:470px!important; 
}
}

@media only screen and (min-width:481px) and (max-width:767px){
       .news-height-slider{ 
         height:500px!important; 
           padding:30px;
         
}
.slider-heightt{ 
         height:500px!important; 
}
.scroll-slider-height{
    height:480px!important; 
}
}

 @media only screen and (min-width : 1000px){
       .news-height-slider{ 
         height:600px!important; 
           padding:20px;
}
.slider-heightt{ 
         height:600px!important; 
}
.scroll-slider-height{
    height:580px!important; 
}
}
  @media only screen and (min-width : 1370px){
       .news-height-slider{ 
         height:700px!important;  
           padding:30px;
}
.slider-heightt{ 
         height:700px!important; 
}
.scroll-slider-height{
    height:670px!important; 
}
}
 
      @media only screen and (min-width : 1700px){
        .news-height-slider{ 
         height:794px!important;  
           padding:10px;
}
.slider-heightt{ 
         height:794px!important; 
}
.scroll-slider-height{
    height:782px!important; 
}
}
