
@media screen and (max-width: 960px) {
  /* Styles the mobile menu differntly by removing full screen layout */
  nav.reign-navbar-mobile .navbar-menu-container {
    height: unset !important;
    width: unset !important;
    background-color: #ffffff;
    /*border-right: 2px solid #ec1e25;
		border-bottom: 1px solid #ec1e25;
		box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.5);*/
    box-shadow: 10px 15px 30px rgba(236, 30, 37, 0.5);
  }
  .reign-user-toggler .user-profile-menu-wrapper {
    height: unset !important;
    width: unset !important;
    box-shadow: 0 15px 30px rgba(236, 30, 37, 0.5);
  }
}