@keyframes modal_junior {
  from {left: -100px; opacity: 0;}
  to {left: 0; opacity: 1;}
}

.modal_junior {
	position: fixed !important;
  animation-name: modal_junior;
  animation-duration: 2s;
	width: 400px;
	left: 0;
	bottom: 0;
}