/* embarrassing baby pictures mobile layout */

.nav {
  display: none;
  padding: 0;
}

.left-col {
  background-color: black;
  bottom: 0;
  height: initial;
  position: fixed;
  width: 100%;
}

.line {
  display: none;
}

.main {
  height: initial;
  padding: 0;
  width: 100%;
}

.title {
  width: 100%;
}

.pic {
  overflow: hidden;
  padding: 1rem 0 12rem 0;
}

.pic img {
  padding: 0;
}

.thumbs ul {
  clear: none;
  display: inline;
}

.thumbs ul li {
  margin: 0 1px 1px 0;
}
