.ratio-16x9{--aspect-ratio:calc(16 / 9);width:100%;height:calc(100% / var(--aspect-ratio))}.ratio-9x16{--aspect-ratio:calc(9 / 16)}.ratio-3x4,.ratio-9x16{height:100%;width:calc(100% * var(--aspect-ratio))}.ratio-3x4{--aspect-ratio:calc(3 / 4)}.ratio-6x7{--aspect-ratio:calc(6 / 7);height:100%;width:calc(100% * var(--aspect-ratio))}.custom-zoom::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:8px;height:8px;border-radius:50%;background:#25282e;border:none;box-shadow:none;position:relative;z-index:2;top:4px}.custom-zoom::-webkit-slider-runnable-track{height:16px;background:linear-gradient(to right,#25282e 0,#25282e var(--value-percent,50%),#bdc2c7 var(--value-percent,50%),#bdc2c7 100%);background-size:100% 2px;background-repeat:no-repeat;background-position:50%;margin:0;border-radius:8px}.custom-zoom::-moz-range-thumb{-webkit-appearance:none;appearance:none;width:8px;height:8px;border-radius:50%;background:#25282e;border:none;box-shadow:none;position:relative;z-index:2;top:4px}.custom-zoom::-moz-range-track{background:#25282e;border-radius:8px}.custom-zoom::-moz-range-progress{background:#bdc2c7}