div#profile-details {
  min-width: 310px;
  line-height: 24px;
  color: #ffff
}

div#profile-details h1 {
  margin: 0 0 16px 0;
  padding: 0 0 16px 0;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: -2px;
  border-bottom: 1px solid #999;
  line-height: 50px
}

div#profile-details h2 {
  font-size: 20px;
  margin: 0 0 6px 0;
  position: relative
}

div#profile-details h2 span {
  position: absolute;
  bottom: 0;
  right: 0;
  font-style: italic;
  font-size: 16px;
  color: #ffff;
  font-weight: normal
}

div#profile-details p {
  margin: 0 0 16px 0
}

div#profile-details a {
  color: #ffff;
  text-decoration: none;
  border-bottom: 1px dotted #ffff
}

div#profile-details a:hover {
  border-bottom-style: solid;
  color: #ffff
}

div#profile-details p.objective {
  font-style: italic;
  color: #ffff
}

div#profile-details dt {
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  text-align: right;
  padding: 0 26px 0 0;
  width: 150px;
  border-right: 1px solid #ffff
}

div#profile-details dl {
  display: table-row
}

div#profile-details dl dt,
div#profile-details dl dd {
  display: table-cell;
  padding-bottom: 20px
}

div#profile-details dl dd {
  width: 500px;
  padding-left: 26px
}

div#profile-details img {
  float: right;
  padding: 10px;
  background: #fff;
  margin: 0 30px;
  transform: rotate(-4deg);
  box-shadow: 0 0 4px rgba(0, 0, 0, .3);
  width: 30%;
  max-width: 220px
}

@media screen and (max-width:1100px) {
  div#profile-details h2 span {
    position: static;
    display: block;
    margin-top: 2px
  }
}

@media screen and (max-width:550px) {
  
  div#profile-details img {
    transform: rotate(0deg)
  }
}

@media screen and (max-width:400px) {
  div#profile-details dl dt {
    border-right: none;
    border-bottom: 1px solid #999
  }
  div#profile-details dl,
  div#profile-details dl dd,
  div#profile-details dl dt {
    display: block;
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 0;
    text-align: left;
    width: 100%
  }
  div#profile-details dl dd {
    margin-top: 6px
  }
  div#profile-details h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px
  }
  div#profile-details dt {
    font-size: 20px
  }
  h1 {
    font-size: 36px;
    margin-right: 0;
    line-height: 0
  }
  div#profile-details img {
    margin: 0
  }
}

@media screen and (max-width:320px) {
  body {
    margin: 0
  }
  img {
    margin: 0;
    margin-bottom: -40px
  }
  div#profile-details {
    width: 320px;
    padding: 12px;
    overflow: hidden
  }
  p,
  li {
    margin-right: 20px
  }
}
.example-1 {
  display:flex;
  justify-content:center;
  align-items: center;
}
//Not needed for examples, just styling stuff
.container {
  width: 300px;
  height: 300px;
  margin: auto;
  background: $b;
  position: relative;
}
.amazing-reviews {
  font-size: 12pt;
}
.amazing-reviews blockquote {
  padding: 0;
  background: #EEDDD8;
  margin: 30px 0 0 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 15px 15px 10px 15px;
  position: relative;
  box-shadow: rgba(0,0,0,.025) 0 3px 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
}
.amazing-reviews blockquote:before {
  content: '';
  display: block;
  border: 20px solid transparent;
  border-top-color: #ccc;
  position: absolute;
  top: 100%;
  left: 20px;
  z-index: 250;
  background: transparent;
  height: 0;
  opacity: 1;
}
.amazing-reviews blockquote:nth-of-type(even):before {
  left: auto;
  right: 20px;
}
.amazing-reviews blockquote:after {
  content: '';
  display: block;
  border: 19px solid transparent;
  border-top-color: white;
  position: absolute;
  top: 100%;
  left: 21px;
  z-index: 500;
}
.amazing-reviews blockquote:nth-of-type(even):after {
  left: auto;
  right: 21px;
}
.amazing-reviews blockquote:last-of-type {
  margin-bottom: 45px;
}
.amazing-reviews blockquote header span i {
  color: white;
  text-shadow: #aaa 1px 0 0, #aaa 0 1px 0, #aaa -1px 0 0, #aaa 0 -1px 0;
}
.amazing-reviews blockquote header span[data-rating="1"] i:nth-child(-n+1),
.amazing-reviews blockquote header span[data-rating="2"] i:nth-child(-n+2),
.amazing-reviews blockquote header span[data-rating="3"] i:nth-child(-n+3),
.amazing-reviews blockquote header span[data-rating="4"] i:nth-child(-n+4),
.amazing-reviews blockquote header span[data-rating="5"] i:nth-child(-n+5) {
  color: #f0c96a;
  text-shadow: #c08036 1px 0 0, #c08036 0 1px 0, #c08036 -1px 0 0, #c08036 0 -1px 0;
}
.amazing-reviews blockquote strong {
  color: black;
  display: inline;
}
.amazing-reviews strong + span {
  margin-left: -3px;
}
.amazing-reviews blockquote strong + span + span {
  display: block;
  margin: 5px 0;
}
.amazing-reviews blockquote span em {
  font-style: normal;
  font-weight: bold;
  color: #155096;
  text-decoration: underline;
}
.amazing-reviews blockquote span:last-of-type {
  color: #e47d21;
  font-size: 10pt;
  font-weight: bold;
  display: block;
}
.amazing-reviews blockquote p {
  font-size: 12pt;
  font-style: normal;
  margin: 5px 0 0 0;
  color: black;
}
.amazing-reviews h2:last-of-type {
  background: #eee;
  text-align: center;
  font-weight: 400;
  padding: 15px;
  margin: 0;
  border: 1px solid #ccc;
  position: relative;
}
.amazing-reviews h2 q,
.amazing-reviews h2 strong {
  font-weight: 600;
}
@media (min-width: 400px) {
  .amazing-reviews h2:last-of-type {
    font-size: 24pt;
  }
}
@media (min-width: 700px) {
  .amazing-reviews blockquote {
    width: 75%;
    margin: 30px 15px 0 15px;
  }
  .amazing-reviews blockquote:nth-of-type(even) {
    margin-left: calc(25% - 15px);
  }
  .amazing-reviews h2:last-of-type {
    font-size: 28pt;
  }
}
@media (min-width: 700px) {
  .amazing-reviews .quote-container {
    width: 100%;
    padding: 0 75px;
  }
}



