{"version":3,"sourceRoot":"","sources":["../../pss/blocks/pss-text_slideshow.scss"],"names":[],"mappings":"AAEA,oBACI,kBACA,mBACA,YACA,WACA,gBACA,2BACI,4BACA,sBACA,YACA,aACA,uBACA,mBACA,oCACI,kBACA,MACA,OACA,YACA,WACA,0BAEJ,wCACI,aACA,sBACA,uBACA,mBACA,kBACA,WACA,2CACI,WACA,gBACA,eACA,kBAEJ,sDACI,aACA,WACA,0EACI,YACA,kBAEI,gFACI,+BACA,eACA,iBACA,YAKhB,gEACI,kBACA,aACA,uBACA,8EACI,0BACA,SACA,kBACA,+FACI,WACA,uBACA,aACA,sBACA,mBACA,iGACI,gBAEJ,kGACI,WAGR,sFACI,gCACA,mBACA,aACA,kBACA,wFACI,WACA,kBACA,qBAEJ,4FACI,qBACA,qBAU5B,0CAOgB,2CACI,eACA,SAEJ,sDACI,YACA,0EACI,YACA,2BAEI,gFACI,eACA","sourcesContent":["@import \"../../src/pss-variables.scss\";\n\n.pss-text_slideshow {\n    position: relative;\n    margin-bottom: 30px;\n    width: 100vw;\n    left: -50vw;\n    margin-left: 50%;\n    .image {\n        background-repeat: no-repeat;\n        background-size: cover;\n        height: 100%;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        .overlay {\n            position: absolute;\n            top: 0;\n            left: 0;\n            height: 100%;\n            width: 100%;\n            background: rgba(0,0,0,0.3);\n        }\n        .text-slides {\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n            position: absolute;\n            width: 100%;\n            h1 {\n                color: #fff;\n                font-weight: 200;\n                font-size: 50px;\n                text-align: center;\n            }\n            .uk-slideshow {\n                height: 120px;\n                width: 100%;\n                .uk-slideshow-items {\n                    height: 100%;\n                    text-align: center;\n                    li {\n                        h1 {\n                            font-family: 'WindSong', cursive;\n                            font-size: 80px;\n                            line-height: 90px;\n                            margin: 10px;\n                        }\n                    }\n                }\n            }\n            .slide_button_container {\n                text-align: center;\n                display:flex;\n                justify-content: center;\n                .slide_button {\n                    background: rgba(0,0,0,0.3);\n                    margin:0;\n                    border-radius: 6px;\n                    .additional_text {\n                        color: #fff;\n                        padding: 20px 30px 20px;\n                        display: flex;\n                        flex-direction: column;\n                        align-items: center;\n                        p {\n                            margin: 0 0 10px;\n                        }\n                        em {\n                            color: #fff;\n                        }\n                    }\n                    .button {\n                        background: rgba(255,255,255,0.8);\n                        transition: 0.4s all;\n                        display: flex;\n                        border-radius: 4px;\n                        a {\n                            color: #000;\n                            padding: 10px 20px;\n                            text-decoration: none;\n                        }\n                        &:hover {\n                            text-decoration: none;\n                            transform: scale(1.1);\n                        }\n                    }\n                }\n            }\n        }\n    }\n}\n\n\n@media only screen and (max-width: 768px) {\n    \n    .pss-text_slideshow {\n        .image {\n            .overlay {\n            }\n            .text-slides {\n                h1 {\n                    font-size: 210%;\n                    margin: 0;\n                }\n                .uk-slideshow {\n                    height: 90px;\n                    .uk-slideshow-items {\n                        height: 90px;\n                        min-height: 90px !important;\n                        li {\n                            h1 {\n                                font-size: 300%;\n                                margin: 0;\n                            }\n                        }\n                    }\n                }\n                .slide_button_container {\n                    .slide_button {\n                        .additional_text {\n                            p {\n                            }\n                            em {\n                            }\n                        }\n                        .button {\n                            a {\n                            }\n                            &:hover {\n                            }\n                        }\n                    }\n                }\n            }\n        }\n    }\n}"]}