.header__description {
  font-weight: 900;
  font-size: 21px;
  -webkit-transform: rotate(-8deg) translateX(-118px) translateY(16px);
  -moz-transform: rotate(-8deg) translateX(-118px) translateY(16px);
  -ms-transform: rotate(-8deg) translateX(-118px) translateY(16px);
  -o-transform: rotate(-8deg) translateX(-118px) translateY(16px);
  transform: rotate(-8deg) translateX(-118px) translateY(16px);
  color: #687179; }
  @media (max-width: 991px) {
    .header__description {
      margin-bottom: -20px;
      -webkit-transform: rotate(-8deg) translateY(-33px);
      -moz-transform: rotate(-8deg) translateY(-33px);
      -ms-transform: rotate(-8deg) translateY(-33px);
      -o-transform: rotate(-8deg) translateY(-33px);
      transform: rotate(-8deg) translateY(-33px);
      font-size: 18px;
      position: relative;
      left: 38px; } }

.portfolio__header {
  padding: 30px -webkit-calc((100% - 880px)/2);
  padding: 30px calc((100% - 880px)/2);
  border-top: 1px dotted rgba(104, 113, 121, 0.2); }
  @media (min-width: 480px) {
    .portfolio__header {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }

.portfolio__dribbble {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin: 0 -10px;
  text-align: center; }

.portfolio__loading {
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 100;
  left: 0; }

.shot {
  width: -webkit-calc(33.33333% - 20px);
  width: calc(33.33333% - 20px);
  margin: 0 10px 20px;
  position: relative; }
  .shot h3 {
    opacity: 0;
    padding: 0 20px;
    margin-bottom: 0;
    position: relative;
    z-index: 2; }
  .shot a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .shot a::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      border: 1px solid transparent;
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      transform: scale(0.5);
      -webkit-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
      -moz-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .shot a:hover {
      text-decoration: none; }
  .shot:hover a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background-color: rgba(46, 51, 57, 0.9); }
    .shot:hover a::after {
      border-width: 2px;
      border-color: rgba(229, 88, 136, 0.7);
      -webkit-transform: scale(0.7);
      -moz-transform: scale(0.7);
      -ms-transform: scale(0.7);
      -o-transform: scale(0.7);
      transform: scale(0.7); }
    .shot:hover a h3 {
      opacity: 1;
      color: #fff; }
  .shot img {
    display: block;
    box-shadow: 0 1px 3px rgba(104, 113, 121, 0.2); }
  @media (max-width: 768px) {
    .shot {
      width: -webkit-calc(50% - 20px);
      width: calc(50% - 20px); } }
  @media (max-width: 480px) {
    .shot {
      width: auto; } }

@media (min-width: 480px) {
  .portfolio__intro {
    padding-right: 30px; } }

.social--portfolio {
  min-width: 100px; }
  .social--portfolio li {
    margin-bottom: 10px;
    padding-left: 0; }
  .social--portfolio a {
    color: #687179; }
    .social--portfolio a:hover {
      text-decoration: none; }
  .social--portfolio .svg-icon__social {
    margin-right: 5px; }
  @media (max-width: 479px) {
    .social--portfolio {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      padding-top: 10px; }
      .social--portfolio li {
        margin-bottom: 0;
        padding-right: 20px; }
        .social--portfolio li:last-child {
          padding-right: 0; } }
