I'm having trouble with my CSS code. I cannot figure out why the text-align: center;
property is not functioning as expected.
embed, iframe, object, video {
max-width: 98%;
min-width: 97%;
box-shadow: 0 0 20px #fff;
border: 1px solid #ffffff;
text-align: center !important;
}