#call{
    background-color: green;
    color: white;
    padding: 5px;
    position: absolute;
    left: 30%;
    top: 30%;
    display: none;
}
@media (max-width: 768px) {
    #call{
        display: block;
    }
}