blob: e5015f8fcc0a39dfcb4a24efa95d56adc95bedb6 (
plain)
- //@import "bootstrap-compass";
- //@import "partials/base";
- //@import "bootstrap";
- @import "/usr/share/javascript/bootswatch/slate/bootstrap.min.css";
- // padding needed with fixed navbar
- body {
- padding-top: 70px;
- }
- .breadcrumb {
- display: none;
- }
- .jumbotron {
- background-image: url('water-768745_1920.jpg');
- background-position: center center;
- }
- // fill width and height - with black edges as needed
- .videocontainer {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background-color: #000;
- z-index: 999;
- }
- video {
- display: block;
- width: 100%;
- height: 100%;
- }
|