#outer-wrap #inner-wrap .row .main {
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 530px) {
  #outer-wrap #inner-wrap .row {
    grid-template-areas: "side . main";
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  #outer-wrap #inner-wrap .row {
    grid-template-columns: 3fr 0.5fr 3fr;
  }
  #outer-wrap #inner-wrap .row .side .designer_tile ul.description h1 {
    font-size: 0.90625rem;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1440px) {
  #outer-wrap #inner-wrap .row {
    grid-template-columns: 3fr 1fr 4fr;
  }
}
@media only screen and (min-width: 1441px) {
  #outer-wrap #inner-wrap .row {
    grid-template-columns: 4fr 1fr 5fr;
  }
}

#outer-wrap #inner-wrap .side .designer_tile {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 16px;
}
#outer-wrap #inner-wrap .side .designer_tile ul.description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#outer-wrap #inner-wrap .side .designer_tile ul.description h1 .regular {
  font-weight: 300;
}
#outer-wrap #inner-wrap .side .designer_tile ul.description .social_links {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
}
#outer-wrap #inner-wrap .side .designer_tile ul.description .social_links span:not(:first-child):before {
  content: " | ";
}
#outer-wrap #inner-wrap .side .designer_tile .photo img {
  width: 100%;
  margin: 15px 0;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}
#outer-wrap #inner-wrap .side hr {
  height: 1px;
  margin: 0 0 22px 0;
  background: black;
  color: black;
}
#outer-wrap #inner-wrap .side p {
  margin: 12px 0;
  font-size: 1.2rem;
}

#outer-wrap #inner-wrap .main .poster_thumb {
  background: #e6e7e8;
}
#outer-wrap #inner-wrap .main .poster_thumb a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#outer-wrap #inner-wrap .main .poster_thumb a img {
  width: 50%;
  margin: 10% auto;
}

/*# sourceMappingURL=designer.css.map */
