@media screen and (max-width: 768px) {
    .tab-pane img {
        width: 100%;
        height: auto !important;
    }

    .abthme {
        padding-top: 20px;
        text-align: center !important;
    }
    
    .mmenu-trigger {
        height: 45px !important;
        width: 50px !important;
        display: none;
        position: relative;
        margin: 0 0 0px 0 !important;
        background-color: #eee;
        border-radius: 4px;
        cursor: pointer;
        left: -30px !important;
        top: -9px !important;
    }
    
        #logo.logo-white img {
        margin-top: -20px; !important
        margin-left: 110px !important;
        width: 130% !important;
    }
    
    
}