@media screen and (max-width: 540px) {
 #modal_formSlider{
  	height: 50%;
  	width: 100%;
  }
  .desktop{
  	display: none ;
  }
  .mobile{
  	display: flex;
  	align-self: center;
  	justify-self: center;
  }
}
