/*
* Salla Modal Component: popup modal used in most parts of the theme
* You can use these classes to target the elements in the component.
*/
@media screen and (max-width: 470px) {
  .modal-is-open {
    position: fixed;
    width: 100%;
  }
}