#room-1007-zone-1-setup-1 .setup-tooltip:first-child {
    top: 65%;
    left: 58%;
    right: auto;
}

#room-1007-zone-1-setup-1 .setup-tooltip:last-child {
    top: 87%;
    left: 36%;
    right: auto;
}

@media(max-width: 1024px) {
    #room-1007-zone-1-setup-1 .setup-tooltip:first-child {
        top: 65%;
        left: 30%;
    }
    
    #room-1007-zone-1-setup-1 .setup-tooltip:last-child {
        top: 80%;
        left: 56%;
    }
}