@media(max-width: 991px) {

  main {
    padding: 100px 0 20px;
  }

  .smm__container {
    padding: 10px 0;
  }

  .smm__container--open {
    position: fixed;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 90vh;
    top: 0;
    left: 0;
    overflow-y: auto;
    padding: 55px 55px 15px;
    background-color: rgba(255,255,255,.9);
  }

  .smm__container--open .smm__collapse {
    display: block;
    flex-grow: 0;
    padding-left: 0;
  }

  .smm__container--open .smm__logo-wrapper {
    margin-bottom: 15px;
    text-align: center;
  }

  .smm__toggle--open {
    position: fixed;
    top: 15px;
    right: 15px;
  }

  .smm__toggle--open > .fa:before {
    content: "\f00d";
  }

  .smm__collapse {
    display: none;
  }

  .smm__primary-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  ul.smm__primary-menu {
    margin-bottom: 30px;
  }

  .smm__primary-menu li > a {
    padding: 10px 12px;
  }

  .smm__secondary-menu {
    text-align: center;
  }
}

@media(max-width: 991px) and (max-height: 479px) {

  .smm__container--open {
    justify-content: flex-start;
  }
}