.canvas {
    position: relative;
    display: block;
    width: 100%;
    line-height: 0px;
    color: rgba(0, 0, 0, 0);
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}

.canvas .canvas_img {
    max-width: 1250px;
    width: 100%;
    height: auto;
    position: relative;
}

.canvas .coords {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

.canvas .coords .car {
    color: rgba(0, 0, 0, 0) !important;
    position: absolute;
    display: block;
    background-image: url(/getmedia/29a488e7-591f-4142-9c44-30d9cd172da4/New_Car.aspx);
    background-size: contain;
    background-repeat: no-repeat;
    width: 4%;
    height: 4%;
}

.car1 {
    top: 5.25%;
    left: 43.5%;
}

.car2 {
    top: 26.7%;
    left: 28.75%;
}

.car3 {
    top: 37.3%;
    left: 67.9%;
}

.car4 {
    top: 68%;
    left: 7.5%;
}

.car5 {
    top: 58%;
    left: 59.5%;
}