margin: 0 auto;
width:auto; height:300px
or
width:300px; height:auto
depending on which dimension you want to constrain. This leaves the aspect ratio intact.
Note, however, that width and height default to 'auto', so you really only have to specify the one value.
filter: drop-shadow(10px 10px 4px #666);