@media(max-width: 677px) {
    #MenuH {
        height: auto;
    }

        #MenuH,
        #MenuH .menu,
        #MenuH .menu > .mi,
        #MenuH .menu > .mi > .txt,
        #MenuH .submenu,
        #MenuH .submenu > .mi,
        #MenuH .submenu > .megamenu-row > .mi,
        #MenuH .submenu > .mi > .txt,
        #MenuH .submenu > .megamenu-row > .mi > .txt {
            display: block;
            float: none;
            width: 100%;
        }

            #MenuH .menu > .mi > .txt,
            #MenuH .submenu > .mi > .txt,
            #MenuH .submenu > .megamenu-row > .mi > .txt {
                position: relative;
            }

            #MenuH .submenu {
                position: static !important;
            }

            #MenuH > select,
            #MenuH > select + span {
                display: none !important;
            }

    .sf-sub-indicator {
        cursor: pointer;
        font-style: normal;
        left: auto !important;
        height: auto;
        line-height: 1.5em;
        padding: 2px 15px;
        position: absolute;
        right: 0 !important;
        top: 24% !important;
        width: auto;
    }

        .sf-sub-indicator.closed:before {
            content: "\f107";
            font-family: FontAwesome;
        }

        .sf-sub-indicator.opened:before {
            content: "\f106";
            font-family: FontAwesome;
        }
}
