
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
    
    
 }
 @media (max-width: 745px) { 
    .smallarticle{
        height:400px;
    }
    #SearchBtn{
        width:100%;
    }
   .header .headerlogo img{
        max-width:120px;
        max-height:32px;
    }
   .col-md-6,.col-md-4,.col{
       padding-left: 0px;
   }
     .containerheader{
        max-width:100%;
        padding-left:0px;
        padding-right:0px;
    }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
   
 }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
    
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
    
 }
