File size: 729 Bytes
f5071ca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
.SSdescription {
  position: absolute;
  color: white;
  margin-top: 200px;
  font-size: 35px;
  width: 500px;
  font-weight: bolder;
  line-height: 1.5;
  //background-color: rgba(223, 217, 217, 0.5);
}
.ssDiv {
  display: none;
  position: relative;
  min-height: 900px;
  max-height: 1000px;
}

.ssOverview {
  margin-top: 10px;
  opacity: 1;
  font-size: 20px;
  color: darkgray;
  font-weight: normal;
  margin-left: 40px;
}
.ssTitle {
  opacity: 1;
  margin-left: 40px;
}
.ssVote {
  margin-top: 15px;
  margin-left: 40px;
  font-size: 23px;
  color: whitesmoke;
}

.slideshowImg {
  position: absolute;
  display: block;
  width: 100%;
  object-fit: cover;
  max-height: 900px;
  opacity: 0.5;
  // margin-bottom: 50px;
}