/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }


/* 
.jumbotron {
padding:0px !important;
   min-height: 200px;

}
.jumbotron .container {
    max-width: 100%;
    padding: 0px !important;
    margin: 0px !important;
    width: 100% !important;
}
.jumbotron .container .ce-media {
    padding:0px !important;
}
.jumbotron .container .ce-media img {
    width: 100%;
    opacity:0.4;
}
.jumbotron h2, .jumbotron .h3, .jumbotron .h1, .jumbotron .h4 {
    position: absolute;
    width: 100%;
    padding-left: 40px;
}
.jumbotron .ce-bodytext{
position: absolute;
    top: 140px;
    width: 100%;
    padding-left: 40px;
}
*/