| 
									
										
										
										
											2020-09-03 19:05:18 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | .image-slideshow { | 
					
						
							|  |  |  |     position: relative; | 
					
						
							| 
									
										
										
										
											2020-11-06 04:02:53 +01:00
										 |  |  |     display: block; | 
					
						
							| 
									
										
										
										
											2020-09-03 19:05:18 +02:00
										 |  |  |     text-align: center; | 
					
						
							|  |  |  |     max-width: 100%; | 
					
						
							|  |  |  |     margin-top: 1em; | 
					
						
							|  |  |  |     margin-bottom: 1em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .slides { | 
					
						
							| 
									
										
										
										
											2020-11-06 04:02:53 +01:00
										 |  |  |     display: block; | 
					
						
							| 
									
										
										
										
											2020-09-03 19:05:18 +02:00
										 |  |  |     overflow: hidden; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .prev-button { | 
					
						
							| 
									
										
										
										
											2020-11-06 03:17:27 +01:00
										 |  |  |     display: block; | 
					
						
							| 
									
										
										
										
											2020-09-03 19:05:18 +02:00
										 |  |  |     background-color: black; | 
					
						
							|  |  |  |     opacity: 0.3; | 
					
						
							|  |  |  |     width: 4.0em; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     height: 100%; | 
					
						
							|  |  |  |     padding-left: 0.5em; | 
					
						
							|  |  |  |     padding-right: 0.5em; | 
					
						
							|  |  |  |     position: absolute; | 
					
						
							|  |  |  |     top: 50%; | 
					
						
							|  |  |  |     left: 0; | 
					
						
							|  |  |  |     transform: translate(0, -50%); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     z-index: 5060; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     border-radius: 1em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .next-button { | 
					
						
							| 
									
										
										
										
											2020-11-06 03:17:27 +01:00
										 |  |  |     display: block; | 
					
						
							| 
									
										
										
										
											2020-09-03 19:05:18 +02:00
										 |  |  |     background-color: black; | 
					
						
							|  |  |  |     opacity: 0.3; | 
					
						
							|  |  |  |     width: 4.0em; | 
					
						
							|  |  |  |     height: 100%; | 
					
						
							|  |  |  |     padding-left: 0.5em; | 
					
						
							|  |  |  |     padding-right: 0.5em; | 
					
						
							|  |  |  |     position: absolute; | 
					
						
							|  |  |  |     top: 50%; | 
					
						
							|  |  |  |     right: 0; | 
					
						
							|  |  |  |     transform: translate(0, -50%); | 
					
						
							|  |  |  |     border-radius: 1em; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     z-index: 5060; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .vspan { | 
					
						
							|  |  |  |     height: calc(50% - 3em); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .prev-button img { | 
					
						
							|  |  |  |     margin-left: -1em; | 
					
						
							|  |  |  |     width: 6em; | 
					
						
							|  |  |  |     text-align: center; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .next-button img { | 
					
						
							|  |  |  |     margin-left: -1em; | 
					
						
							|  |  |  |     width: 6em; | 
					
						
							|  |  |  |     text-align: center; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .slide > span { | 
					
						
							|  |  |  |     max-height: 40vh; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .slide > span img { | 
					
						
							|  |  |  |     height: auto; | 
					
						
							|  |  |  |     width: auto; | 
					
						
							|  |  |  |     max-width: 100%; | 
					
						
							|  |  |  |     max-height: 30vh; | 
					
						
							|  |  |  |     border-radius: 1em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .hidden { | 
					
						
							|  |  |  |     /* This is used by the slideshow, to hide non-active slides*/ | 
					
						
							|  |  |  |     display: none !important; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | } |