.m-modal.m-modal--checkout{
margin: 15vh 0;
}
@media (max-width: 600px) {
  .m-modal.m-modal--checkout{
margin: auto;
}
}
