this is my CSS code, i do not understand why text-align: center;
is not working?
embed, iframe, object, video {
max-width: 98%;
min-width: 97%;
box-shadow: 0 0 20px #fff;
border: 1px solid #ffffff;
text-align: center !important;
}