#container {
    display: flex;
    height: 100vh;
}

#sidebar {
    width: 300px;
}

#planta {
    flex: 1;
    position: relative;
}

.stand {
    position: absolute;
}
