﻿.notyf__toast { max-width: 600px;}


@media only screen and (max-width:480px) {
   
    .notyf__toast { max-width: none; border-radius: 0; box-shadow: 0 -2px 7px 0 rgba(0,0,0,.13); width: 100% }
   
}
