
#social__section a {
  color: #0083BF;
  transition: 0.25s;
}
#social__section a:hover {
  color: #00608c;
}

/* Instagram */
.instagram__wrapper:after{
  content: " ";
  display: block;
  clear: both;
}

.instagram__wrapper a {
    width: 33.3333%;
    display: block;
    float: left;
    position: relative;
    background-size: cover;
    transition: opacity .25s;
}

.instagram__wrapper a:nth-child(10),
.instagram__wrapper a:nth-child(11),
.instagram__wrapper a:nth-child(12){
    display: none;
}

.instagram__wrapper a:hover{
    opacity: 0.85;
}

.instagram__wrapper a:before {
    content: " ";
    display: block;
    padding-bottom: 100%;
}

.instagram__wrapper img {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 992px){
    .instagram__wrapper a {
        width: 16.6666666%;
    }
  
    .instagram__wrapper a:nth-child(10),
    .instagram__wrapper a:nth-child(11),
    .instagram__wrapper a:nth-child(12){
      display: block;
    }
}
/* Instagram END */