/* Center Youtube Videos */ iframe { display: block; margin: auto; max-width: 100%; } /* Video */ video { max-width: 100%; }