/* Landscape phones and portrait tablets */
@media only screen and (max-width : 1200px){
    .banner
    {
        height: 130px;
    } 
    .banner .box-prod .prod-info
    {
        width: 157px;
        height: 147px;
    }    
    .banner .box-prod .prod-info:hover, .banner .box-prod .prod-info:focus, .banner .box-prod .prod-info:active, .banner .box-prod .active
    {
        width: 175px;
        height: 164px;
    }
    .banner .box-prod .prod-info:hover span, .banner .box-prod .prod-info:focus span, .banner .box-prod .prod-info:active span, .banner .box-prod .active span
    {
        padding: 3px 10px;
    }
}
@media only screen and (max-width : 991px)
{
    .banner{
        margin: 30px 0;
        height: auto;
    }
    .footer img
    {
        margin-bottom: 0;
    }
}
@media only screen and (max-width : 767px)
{
    body, .body-page{
        background: none;
        background-color: #fff;
    }
    .body-page h3
    {
        font-size: 18px;
        font-weight: 700;
    }
    .top-header .nav{
        margin-top: 40px;
    }
    .top-menu{
        margin-top: 20px;
    }
    .axinter_box{
        background: #173b66;padding: 10px;justify-content: center; text-align: center; align-items: center;margin: 10px 0 0 0;
    }
    
}