/*xs*/
@media (max-width: 767px) {
    .logo {
        background-image: url('tiger landing page.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size:400px;
        min-height: 600px;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .navbar-inverse {
        background-color: #222222!important;
    }
}