@media screen and (max-width: 991px) {
    .mt-mobile-menu-widget .mt-menu-button.mt-button {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .header-container .region--default-background .sf-menu.menu ul {
        background-color: transparent !important;
    }
    h1.title {
        font-size: 20px;
    }
}
@media screen and (max-width: 575px) {
   .container .block-mt-hero-v2 .container .field--name-field-mt-hero-v2-image {
       width: 100%;
       margin: 0;
    }
}