@media (min-width: 992px) and (max-width:1199px)
{
    .container
    {
        width: 970px;
    }
}