<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#tour-3 {
    float: right;
    width: 75%;
}

#tour-3 #screenshot {
    background: transparent url('images/tour-3.png') no-repeat 0 0;
    background-size: 690px 334px;
    width: 690px;
    height: 334px;
}

#tour-3 #screenshot #o1 {
    left: 3px;
    top: 82px;
}

#tour-3 #screenshot #o2 {
    left: 568px;
    top: 82px;
}

#tour-3 #screenshot #o3 {
    left: 268px;
    top: 53px;
}


@media (min-resolution: 2dppx), (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1) {

    #tour-3 #screenshot {
        background: transparent url('images/tour-3@2x.png') no-repeat 0 0;
        background-size: 690px 334px;
    }
}
</pre></body></html>