Adding Media to posts

This video shows how to add media to your membership product posts.

The CSS to center videos is:

#post-description img,
#post-description video,
#post-description iframe {
margin: auto;
}