@media only screen and (min-width: 1920px)
{

}



@media only screen and (min-width: 1680px) and (max-width: 1919px)
{

}



@media only screen and (min-width: 1440px) and (max-width: 1679px)
{

}



@media only screen and (min-width: 1366px) and (max-width: 1439px)
{
    
}



@media only screen and (min-width: 1280px) and (max-width: 1365px)
{
    
.home_client_blk {
    background-attachment: inherit;
}
    
.hero_block {
    background-attachment: inherit;
}
    
}



@media only screen and (max-width: 319px)
{
    
.home_client_blk {
    background-attachment: inherit;
}
    
.hero_block {
    background-attachment: inherit;
}

}










