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