-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathslideshow.css
More file actions
65 lines (56 loc) · 1.33 KB
/
slideshow.css
File metadata and controls
65 lines (56 loc) · 1.33 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
.layout-desktop #homeTab .sections.homeSectionsContainer {
margin-left: -2em;
max-width: 129em;
margin-top: 2em;
}
.layout-desktop #homeTab .verticalSection-extrabottompadding {
margin-right: -5em !important;
justify-content: center !important;
display: flex;
}
.layout-desktop #homeTab .verticalSection.section1.emby-scroller-container {
margin-top: -2.5em;
}
.layout-desktop #homeTab .verticalSection.section2.emby-scroller-container {
margin-top: -2.5em;
}
@media only screen and (max-device-width: 767px) {.featurediframe {height: 33vh !important;}}
.featurediframe {
width: 89vw;
height: 300px;
display: block;
border: transparent;
margin: 0 auto;
background: top;
filter: drop-shadow(11px 13px 3px rgba(2, 2, 2, 0.9));
}
.featured-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 50px;
background-color: transparent;
font-family: "Exo 2", sans-serif;
font-weight: 500;
color: #fff;
font-size: 1.5em;
display: flex;
align-items: center;
justify-content: flex-start;
z-index: 3;
}
/* Mobile */
@media (max-width: 1800px) {
.plot {
display: none !important;
}
.featurediframe {
margin-top: 3em;
}
}
@media (orientation: landscape) and (max-width: 1200px) {
.featurediframe {
margin-top: 3em;
}
}