﻿
.test-drive-cursor {
    cursor: url(pencil.png) 0 15, default;
}

.test-drive-container {
    position: relative;
    width: 950px;
    height: 683px;
}

.test-drive-overlay {
    position: absolute;
    z-index: 102;
    pointer-events: none;
}

.test-drive-page {
    position: absolute;
    z-index: 101;
    width: 100%;
    height: 100%;
}

.test-drive-image {
    position: absolute;
}