/* Media defaults: prevent overflow and keep aspect */
img,
video,
iframe,
embed {
  max-width: 100%;
  height: auto;
}

/* Form controls inherit base typography */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}
