2021-05-31 20:28:57 +02:00
|
|
|
#content {
|
|
|
|
display: block !important;
|
|
|
|
flex-wrap: nowrap !important;
|
|
|
|
}
|
2021-09-13 15:23:29 +02:00
|
|
|
|
2021-05-31 20:28:57 +02:00
|
|
|
.siema {
|
2021-09-13 15:23:29 +02:00
|
|
|
margin: 0; /*1rem 0;*/
|
2021-05-31 20:28:57 +02:00
|
|
|
background-color: #000;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.siema-img {
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2021-09-08 09:32:58 +02:00
|
|
|
width: 100%;
|
2021-05-31 20:28:57 +02:00
|
|
|
}
|
|
|
|
|
2021-09-13 14:37:47 +02:00
|
|
|
.siema-ui {
|
2021-05-31 20:28:57 +02:00
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.caret {
|
|
|
|
opacity: 0.5;
|
|
|
|
width: 5%;
|
|
|
|
align-self: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.caret:hover {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2021-09-13 14:37:47 +02:00
|
|
|
.caret-left {
|
2021-05-31 20:28:57 +02:00
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
|
2021-09-13 14:37:47 +02:00
|
|
|
.caret-right {
|
2021-05-31 20:28:57 +02:00
|
|
|
transform: rotate(180deg);
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#carousel-title {color: #FFF;
|
|
|
|
font-size: 30px;
|
|
|
|
border: 3px solid;
|
|
|
|
padding: 20px;
|
|
|
|
margin: 0;
|
|
|
|
align-self: center;
|
|
|
|
}
|
2021-09-13 13:51:11 +02:00
|
|
|
.archive-carousel-container {
|
2021-09-08 09:32:58 +02:00
|
|
|
position: relative;
|
|
|
|
}
|