.tv {
    image-rendering: pixelated;
    background-repeat: no-repeat;
    background-size: cover;
    width:  calc(400 * var(--pixel));
    height: calc(225 * var(--pixel));
    margin-top: calc(58 * var(--pixel));
    margin-bottom: calc(50 * var(--pixel));
    margin-left: calc(10 * var(--pixel));

    user-select: none;
    border: black solid 1px;
    }

.items {
    position:relative;
    width: calc(425 * var(--pixel));
}

.items > img {
    image-rendering: pixelated;
    position: absolute;
}

/*console*/
.items > img:nth-child(1) {
    height: calc(81 * var(--pixel));
    width: calc(170 * var(--pixel));
    margin-top: calc(-74* var(--pixel));
    left: calc(12* var(--pixel));
    z-index: 1;
}

/*wire*/
.items > img:nth-child(2) {
    height: calc(271 * var(--pixel));
    width: calc(14 * var(--pixel));
    margin-top: calc(-15* var(--pixel));
    left: calc(-1* var(--pixel));
}

/*mantel*/
.items > img:nth-child(3) {
    height: calc(19 * var(--pixel));
    width: calc(424 * var(--pixel));
    /*left: calc(212* var(--pixel));*/
}

/*smallCart*/
.items > img:nth-child(4) {
    height: calc(52 * var(--pixel));
    width: calc(41 * var(--pixel));
    left: calc(35* var(--pixel));
    margin-top: calc(-100* var(--pixel));
}

/*portal cube*/
.items > img:nth-child(5) {
    height: calc(23 * var(--pixel));
    width: calc(23 * var(--pixel));
    top: calc(-22 * var(--pixel));
    left: calc(195 * var(--pixel));
}

.tv > iframe {
    width:  100%;
    height: 100%;
    border: 0;
    user-select: none;
    background-color: #2e222f;
}

