I used the following code in my .css file,
img, object, embed, video {
max-width: 100%;
max-height: 100%;
}
This makes responsive scaling work in Safari, but not in Firefox, and I'm not sure why. If it helps, you can find my site at amberdawngraphics.com. Thank you