section.slideshow,div.slider{width:100%;height:40vh;max-height:40vh;overflow:hidden;position:relative;}
section.slideshow img,div.slider img{width:100%;height:auto;max-height:unset;}
section.slideshow slide-title{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgb(0,0,0,0.2);font-size:6rem;color:#fff;text-shadow:0 0 12px rgb(170 170 170);font-weight:600;line-height:1;}
div.categoryList{margin-top:var(--main-margin);position:relative;z-index:+10;}

div.subcategory_container{gap:10px;}
a.subcategory_el{padding:12px 25px;border-radius:var(--border-radius-btn);background:var(--main-color);color:#fff;font-size:1.1rem;}