.main {

    padding-top:50px;

}

@media screen and (max-width:700px) {
    .main {
        padding-top:0;
    }
}