#zone_center{
	min-height:calc(100vh - 500px);
}

.WeDashoard {
	height: calc(160vw) !important;
	background-color:#23b0e6;
	background-size: contain!important;
}
#divButtonAccedi {
    bottom: 260px!important;
}
@media (max-height: 900px) and (min-width: 361px) and (max-width: 768px) {
	.WeDashoard {
	max-height: 740px!important;
  }
}
@media (orientation: portrait) and (min-height: 800px) and (max-width: 360px) {
	.WeDashoard {
	height: calc(100vh - 250px)!important;
  }
}

    
@media (orientation: portrait) and (min-height: 900px) and (min-width: 768px) {
  /* tablet verticali o desktop con molta altezza */
  .WeDashoard {
	max-height: calc(100vh - 250px)!important;
  }
}

@media (orientation: landscape) and (min-height: 900px) and (min-width: 768px) {
  /* tablet verticali o desktop con molta altezza */
  .WeDashoard {
	max-height: calc(100vh - 200px)!important;
  }
}