.module.module-slideshow {position: relative; display: block;}
.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;}
.texteabsslideshowtitle{font-size: 50px;font-weight:800;color: #fff;width: 40%; text-transform: uppercase;}
.texteabsslideshowdescr{font-size: 18px; font-weight: 500;color: #fff; width: 40%; margin: 20px 0; text-align: justify}
.vzcolectia{background: var(--color-primary); display: inline-block; height: 50px; line-height: 50px; padding: 0 30px;; transition: all 0.3s ease-in-out; margin-top: 30px;font-size: 18px; font-weight: 800;color:#000; border-radius: 20px}
.vzcolectia:hover{color: #fff;}