@media only screen and (min-width: 992px) and (max-width: 1199px){
    img.w-100.responsive {
        height: 203px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px){
    .header-buttom{
        display: none;
    }
}
@media only screen and (min-width: 576px) and (max-width: 768px){
    .header-buttom{
        display: none;
    }
}
@media only screen and (min-width: 0px) and (max-width: 576px){
    .header-buttom{
        display: none;
    }
}