/* Big Screen */
@media only screen and (min-width: 1200px) {
	body {background: white!important;}
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {

    #page {
        min-width: 100%!important;
    }
}

@media only screen and (max-width: 992px){

    #page {
        min-width: 100%!important;
    }

    .grand-feature-refresh .section-wrapper {
        width: 100%;
    }

    #header-inner {
        min-width: 100%;
        max-width: 1380px;
        padding: 0 16px;
        margin: 0 auto;
        height: 100%;
        position: relative;
    }
}

/* Landscape phones and down */
@media only screen and (max-width: 767px) {

    .header .navbar-brand {
        width: 120px;
        height: 120px;
        padding: 0;
        margin-top: 0px;
        background-image: url(../images/logo.png);
        background-repeat: no-repeat;
        background-size: 120px;
        box-shadow: none;
        /*border-radius: 50%;*/
    }

    #page {
        min-width: 100%!important;
    }

    .grand-feature-refresh .section-wrapper {
        width: 100%;
    }

    .v2b-logo {
        transform: scale(0.8);
    }

    .grand-feature-refresh .section-info h1 {
        font-size: 25px;
        line-height: 30px;
    }

    .grand-feature-refresh h2 {
        font-size: 20px!important;
    }

    .mt-xs-10 {
        margin-top: 10px;
    }

    .full-xs-width {
        width: 100%;
    }
}