.custom-slider {
    position: relative;
    width: 100%;
    max-width: 700px;
    height: 350px;
    margin: auto;
    overflow: hidden;
    background: #000;
}

#slider-canvas {
    width: 100%;
    height: 100%;
    display: block;
}
