@media only screen and (max-width: 960px), (max-device-width: 960px) {
  #jsn-menu {
    height: 46px;
  }
  .jsn-joomla-30 hr.headhr {
    display: none;
  }
}

@media only screen and (max-width: 480px), (max-device-width: 480px) {
  #jsn-pos-topbar > .jsn-modulecontainer:not(:last-child) {
    margin-bottom: .8rem;
  }
  #jsn-topbar .menu-divmenu {
    margin-right: 0;
  }
  #jsn-logo {
    position: relative;
  }
  #jsn-logo img {
    width: 100%;
    height: auto !important;
  }
}

@media screen and (max-width: 1400px) {
    #jsn-header .jsn-modulecontainer_inner,
    #jsn-header-inner,
    #jsn-header {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        height: auto !important;
        padding-bottom: 10px;
        width: 100% !important;
    }

    #jsn-logo {
        float: none !important;
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        margin: 0 0 10px 0 !important;
        position: relative !important;
        left: auto !important;
        top: auto !important;
    }

    #jsn-pos-header,
    #jsn-pos-header-right {
        float: none !important;
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        position: relative !important;
        right: auto !important;
        top: auto !important;
        margin: 0 !important;
    }

    #jsn-header img,
    #jsn-logo img,
    #jsn-pos-header img {
        max-width: 100% !important;
        height: auto !important;
        display: inline-block;
    }
}