@import url(index.css);
@media (max-width: 480px) {
  .grid p.img img {
    max-width: 100% !important;
    height: 100% !important;
  }
}

.grid.side p.img img {
  width: 180px;
  height: 100% !important;
}

@media (max-width: 640px) {
  div.slogan {
    position: static;
  }
}
