height: 100%;
font-size: 2.1875vw;
z-index: 1;
+ opacity: 0;
}
@media only screen and (min-width: 1920px) {
.header-slideshow .header-slideshow-content.showing {
z-index: 10;
+ opacity: 1;
}
.header-slideshow .header-slideshow-content:before {
color: #F6F5F5;
color: rgba(246, 245, 245, var(--text-opacity));
position: relative;
- padding-left: 38px;
+ padding-left: 1.5em;
font-weight: 100;
}
.header-slideshow-body li:before {
content: "";
- width: 20px;
- height: 20px;
+ width: 0.6em;
+ height: 0.6em;
display: inline-flex;
background: #ffbf29;
left: 0;
position: absolute;
border-radius: 50px;
+ top: 3px;
}
-buttons {