input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0)}input[type=range]::-webkit-slider-runnable-track{height:8px;border-radius:4px}input[type=range]::-moz-range-track{height:8px;border-radius:4px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:16px;width:16px;background-color:var(--color-yellow);border-radius:50%;cursor:pointer;margin-top:-4px;border:2px solid #000}input[type=range]::-moz-range-thumb{-moz-appearance:none;height:16px;width:16px;background-color:var(--color-yellow);border-radius:50%;cursor:pointer;border:2px solid #000;margin-top:-4px}@media only screen and (min-width:1280px){input[type=range]::-webkit-slider-runnable-track{height:10px;border-radius:50%}input[type=range]::-moz-range-track{height:10px;border-radius:50%}input[type=range]::-webkit-slider-thumb{height:22px;width:22px;border-radius:50%;margin-top:-6px}input[type=range]::-moz-range-thumb{height:22px;width:22px;border-radius:50%;margin-top:-6px}}