/*================ Outer Container ================*/
.instagram-collection {
  padding: 40px 0; }
  .instagram-collection .wrapper {
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0; }
    .instagram-collection .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  .instagram-collection .instagram-container {
    letter-spacing: 0;
    *zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    direction: ltr;
    padding-bottom: 40px; }
    .instagram-collection .instagram-container:after {
      clear: both;
      content: "";
      display: table; }
    .instagram-collection .instagram-container > * {
      display: inline-block; }
    .instagram-collection .instagram-container link {
      display: none; }
    .instagram-collection .instagram-container .box {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 16.66667%; }
      @media screen and (max-width: 800px) {
        .instagram-collection .instagram-container .box {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 25%; } }
      @media screen and (max-width: 600px) {
        .instagram-collection .instagram-container .box {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 50%; } }
      .instagram-collection .instagram-container .box:hover figure img, .instagram-collection .instagram-container .box:focus figure img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
      .instagram-collection .instagram-container .box:hover figcaption, .instagram-collection .instagram-container .box:focus figcaption {
        opacity: 1; }
      .instagram-collection .instagram-container .box figure {
        position: relative;
        overflow: hidden; }
        .instagram-collection .instagram-container .box figure img {
          -webkit-transition: -webkit-transform 2s ease-in-out;
          -moz-transition: -moz-transform 2s ease-in-out;
          transition: transform 2s ease-in-out;
          width: 100%;
          height: auto;
          display: block; }
      .instagram-collection .instagram-container .box figcaption {
        -webkit-transition: opacity 0.25s ease-in-out;
        -moz-transition: opacity 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out;
        opacity: 0;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-color: #84d1e8;
        background-color: rgba(132, 209, 232, 0.8);
        color: white;
        pointer-events: none; }
        .instagram-collection .instagram-container .box figcaption p {
          padding: 10px;
          line-height: 1.4;
          font-size: 0.875em;
          position: absolute;
          top: 0px;
          bottom: 14px;
          overflow: hidden; }
          @media screen and (max-width: 800px) {
            .instagram-collection .instagram-container .box figcaption p {
              font-size: 13px; } }
        .instagram-collection .instagram-container .box figcaption ul {
          position: absolute;
          bottom: 10px;
          right: 10px;
          margin: 0;
          padding: 0;
          line-height: 1;
          pointer-events: auto; }
          .instagram-collection .instagram-container .box figcaption ul li {
            display: inline-block;
            margin-right: 4px; }
            .instagram-collection .instagram-container .box figcaption ul li:last-child {
              margin-right: 0px; }
            .instagram-collection .instagram-container .box figcaption ul li a {
              color: white;
              text-decoration: none;
              font-family: Roboto;
              font-size: 0.6875em;
              font-weight: bold; }
