#lm-header {
    position: fixed;
    transition: 0s;
}
#lm-header img {
    display: block;
    transition: 0.1s ease-in-out;
}

@media screen and (min-width: 768px) {

}