.tervezo_wrapper{
    max-width: 100svw;
    overflow: hidden;
    margin:20px;
    position: relative;
	border: 5px solid #000;
    width: -webkit-fill-available;
    max-height: 100svh;
    height: -webkit-fill-available;
}
.tervezo_wrapper canvas:nth-child(1){
    display:none !important;
}