/*
Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap because it is "mobile first"
*/
.version96 .row {
    background-repeat:no-repeat;
    background-size:cover;}
    
.version96 .container {
/*    background-image:url(/wp-content/themes/cPbase/assets/css/assets/img/versions/96/v96-globe.png);*/
    background-repeat:      no-repeat;
    background-position:    bottom center;
    background-size:        150%;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .version96 > .container {
        background-size:100%;
    }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    .version96 > .container {
        background-size:100% ;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .version96 > .container {
        background-size: 80%;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .version96 > .container {
        background-size: 75%;
    }
}
