﻿
@media (max-width: 576px) {
    .mn-home {
        position: fixed !important;
        top: 0;
        z-index: 10;
    }
    .clear-mn-home {
        height: 65px;
        content: " ";
        padding-top: 50px;
    }
}