-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
42 lines (36 loc) · 759 Bytes
/
main.css
File metadata and controls
42 lines (36 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.jumbotron-billboard .tcolor {
padding:50px;
color: #fff;
}
.jumbotron-billboard .img {
margin-bottom: 0px;
opacity: 1;
color: #fff;
background: #000 url("img/communication.png") center center;
width: 100%;
height: 100%;
background-size: cover;
overflow: hidden;
position:absolute;
top:0;left:0;
z-index:1;
}
.jumbotron {position:relative;padding:125px;}
.jumbotron .container {
z-index:2;
position:absolute;
}
.video-container {
text-align: center;
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.video-container iframe,.video-container object,.video-container embed {
position:absolute;top: 0;
left: 0;
width: 100%;
height: 100%;
}