.ddr-sysbg-preview, .ddr-sp-preview {
    height: 450px;
    width: 800px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ddr-sysbg-preview img {
    position: absolute;
    height: 100%;
    object-fit: contain;
}

.ddr-sysbg-preview img:last-child {
    right: 0;
    transform: scaleX(-1);
}

.ddr-sp-preview .lane-background-s {
    position: absolute;
    right: 40px;
    height: 100%;
    object-fit: contain;
}

.ddr-sp-preview .gauge {
    position: absolute;
    top: 40px;
    object-fit: contain;
}
