
/* Media and Images */
img {
  max-width: 100%;
  height: auto;
  border: 1px solid #000000;
}

.img-responsive {
  width: 100%;
  height: auto;
}

iframe, 
video {
  width: 100%;
  height: auto;
  border: none;
}

