
.m-left{
    float: left;
}

.logoV{
    position:absolute;
    top:30px;
    left:4%;
}

@media only screen and (max-width: 1000px) and (min-width: 20px) {
    .logoV{
        display: none;
    }
}