{"version":3,"sourceRoot":"","sources":["../../pss/blocks/pss-quote_slideshow.scss"],"names":[],"mappings":"AAAA,2BACI,aACA,mBACA,YACA,4CACI,aACA,WACA,aACA,uBACA,mBACA,+CACI,iBACA,kBACA,WACA,uCAEA,kDACI,sBACA,2BAOhB,0CAEQ,4CACI","sourcesContent":[".quote-slideshow-container {\n    display: flex;\n    align-items: center;\n    height: 100%;\n    .quote-slideshow {\n        height: 500px;\n        width:100%;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        ul {\n            padding-top: 100%;\n            position: relative;\n            width: 100%;\n            box-shadow: 3px 3px 14px rgba(0,0,0,0.4);\n            \n            li {\n                background-size: cover;\n                background-position: center;\n            }\n        }\n    }\n}\n\n\n@media only screen and (max-width: 768px) {\n    .quote-slideshow-container {\n        .quote-slideshow {\n            height: unset;\n            ul {\n                li {\n                }\n            }\n        }\n    }\n}"]}