@charset "utf-8";

span.anchor {
    padding-top: 215px !important;
    margin-top: -215px !important;
    display: block;
}

@media only screen and (max-width: 768px){
span.anchor {
    padding-top: 175px !important;
    margin-top: -175px !important;
}
}