.slider-wrapper{display:flex;flex-direction:row;justify-content:space-around;align-items:center;width:100%}.slidecontainer{display:flex;align-items:center;justify-content:space-between;flex:1;margin:0 10px}.label{margin:0 5px}.slider{-webkit-appearance:none;appearance:none;width:100%;height:25px;background:#d3d3d3;outline:none;opacity:0.7;transition:opacity 0.2s}.slider:hover{opacity:1}.slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:50px;height:50px;background:url('https://cafe-asti.dk//wp-content/uploads/2024/06/CAFEASTIVIN.png') no-repeat center center;background-size:cover;cursor:pointer;border:none;box-shadow:none}.slider::-moz-range-thumb{width:50px;height:50px;background:url('https://cafe-asti.dk//wp-content/uploads/2024/06/CAFEASTIVIN.png') no-repeat center center;background-size:cover;cursor:pointer;border:none;box-shadow:none}@media (max-width:768px){.slider-wrapper{flex-direction:column}.slidecontainer{flex:0 0 auto;width:100%;margin:10px 0}}