@media only screen and (min-width: 768px) {
    #fb-post{
        margin-top: 0px;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #fb-post{
        margin-top: 15px;
    }
}


