.module.module-slideshow {position: relative; display: block;}
.paddingslideshow{padding-left: 6px;}
.img-slideshow{width: 100%; height: 100vh; object-fit: cover;min-height: 800px;}
.texteabsslideshow{position: absolute;height:100%; width: 100%;display: flex;top:0; left:0; align-items: center; justify-content: center;}
.texteabsslideshowtitle{font-size: 50px;font-weight:400;color: #000;text-align: center; width: 80%; margin: 0 auto; text-transform: uppercase;font-family: "Aboreto", system-ui;}
.texteabsslideshowdescr{font-size: 18px; font-weight: 200;color: #000;text-align: center; width: 66%; margin: 20px auto 0;font-family: "Montserrat", serif;}
.vzcolectia{display: inline-block; height: 50px; line-height: 50px; padding: 0 50px; border: solid 1px #000; transition: all 0.3s ease-in-out; margin-top: 30px;font-size: 16px; font-weight: 200;font-family: "Montserrat", serif;}
.vzcolectia:hover{color: #fff; background: #000;}