left: 0;
bottom: 2em;
width: 100%;
- display: flex;
align-items: center;
justify-content: center;
z-index: 15;
+ display: none;
}
@media only screen and (max-width: 999px) {
}
.header-slideshow-body {
- font-size: 26px;
- font-size: 1.181818181818182rem;
+ font-size: 0.63em;
white-space: pre-line;
font-family: Roboto Condensed, sans-serif;
- font-weight: light;
}
.header-slideshow-body li {
list-style-type: none;
padding-bottom: 2rem;
+ --text-opacity: 1;
+ color: #F6F5F5;
+ color: rgba(246, 245, 245, var(--text-opacity));
position: relative;
padding-left: 38px;
+ font-width: 100;
}
.header-slideshow-body li:before {