@media only screen and (min-width: 100px) and (max-width: 767px){
    .logoOuter .logo {
        left: 25%;
        width: 50%;
        padding-top: 0;
    }
    .nav-toggle {
        top: 20%;
    }
    .minicart-wrapper {
        top: 15% !important;
    }
    .checkout-index-index .minicart-wrapper {
        top: 19% !important;
    }    
}

.logoOuter .logo {
    padding-top: 10px;
}