.tooltip__ui--left {
    display: block;
    padding: 5px;
    border-radius: 2px;
    background: rgba(66, 66, 66, 0.9);
    background: white;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.4);
    position: absolute;
    box-sizing: border-box;
    width: 122px;
    right: 101%;
    top: 4px;
    cursor: pointer;
}

header .header-wrapper h1.sticky-h1 {
    background: url("https://asset.jmir.pub/resources/images/logos/JMIR_logo_white.png") no-repeat;
    font-size: 0px;
    height: 31px;
    margin-top: 20px;
    width: 350px;
    float: left;
    background-size: 60%;
    background-position: 0px -5px;
    transition: all 0.4s ease;
    margin-left: 5px;
    margin-top: 6px;
}

header .header-wrapper h1 {
     background: url("https://asset.jmir.pub/resources/images/logos/JMIR_logo_white.png") no-repeat;
     font-size: 0px;
     height: 31px;
     margin-top: 20px;
     width: 350px;
     float: left;
     background-size: 60%;
     background-position: 0px -5px;
     transition: all 0.4s ease;
     margin-left: 5px;
     margin-top: 6px;
}

@media screen and (min-width: 960px) {
    header .header-wrapper h1 {
        background: url("https://asset.jmir.pub/resources/images/logos/JMIR_logo_white.png") no-repeat;
        font-size: 0px;
        height: 85px;
        margin-top: 20px;
        width: 320px;
        float: left;
        background-size: 100%;
        transition: all 0.4s ease;
        margin-left: 0;
    }
}

@media screen and (min-width: 960px) {
    header .header-wrapper h1.sticky-h1 {
        transition: all 0.4s ease;
        margin-top: 7px;
        background-position: 0px -83px;
        background-size: 80%;
        height: 36px;
        margin-left: 0;
    }
}

@media screen and (max-width: 1200px) {
    header .header-wrapper nav .nav-desktop {
        left: -170px;
        width: 830px;
        position: absolute;
    }
}

@media (max-width: 380px) {
    header .header-wrapper h1 {
        background: url("https://asset.jmir.pub/resources/images/logos/JMIR_logo_white.png") no-repeat;
        font-size: 0px;
        height: 31px;
        margin-top: 20px;
        width: 350px;
        float: left;
        background-size: 46%;
        background-position: 0px 0px;
        transition: all 0.4s ease;
        margin-left: 5px;
        margin-top: 6px;
    }
}
