
#instafeed_stacks_in_7 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6,1fr);
  grid-gap: 0px;
  box-sizing: border-box;
}
#instafeed_stacks_in_7 > a {
  display: none;
  position: relative;
  box-sizing: border-box;
  border-radius: 0px;
  overflow: hidden;
}
#instafeed_stacks_in_7 > span {
  display: none;
  background-color: #ccc;
  padding-bottom: 100%;
  border: 1px solid rgba(0,0,0,0.15);
  background-image: url(../files/ig-connect-files/logo-instagram.svg);
  background-size: 33% 33%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .3;
  border-radius: 0px;
}
#instafeed_stacks_in_7  > span:nth-child(-n+24) {
  display: block;
}
#instafeed_stacks_in_7  > a:nth-child(-n+24) {
  display: block;
}

#instafeed_stacks_in_7 .igc-caption {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  transition: all 300ms ease;
  opacity: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.85);
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0px;
  user-select: none;
}
#instafeed_stacks_in_7 .igc-caption p {
  color: rgba(255, 255, 255, 0.90);
}

#instafeed_stacks_in_7 .igc-caption p {
  padding: 5%;
  margin: 0;
  line-height: 1.2;
  font-size: 14px;
  user-select: none;
}

.igc_stacks_in_7 .igc-top-right {
    grid-template-columns: 60px 60px;
}

#instafeed_stacks_in_7 > a {
  background-color: #000;
  background-image: url(../files/ig-connect-files/logo-instagram-white.svg);
  background-size: 33% 33%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0px;
}
#instafeed_stacks_in_7 > a > div {
    opacity: 1;
    transition: opacity 300ms ease;
}
#instafeed_stacks_in_7 > a:hover > div {
    opacity: .75;
}



#instafeed_stacks_in_7 > a {
  cursor: pointer;
}

#instafeed_stacks_in_7 > a {
  background-color: #000;
  background-image: url(../files/ig-connect-files/expand.svg);
  background-size: 33% 33%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0px;
}
#instafeed_stacks_in_7 > a > div {
    opacity: 1;
    transition: opacity 300ms ease;
}
#instafeed_stacks_in_7 > a:hover > div {
    opacity: .5;
}


.igc_stacks_in_7 .instaPlayBtn {
  background:url(../files/ig-connect-files/playButton.png);
}
/* Laptops, smaller screens */
@media all and (max-width: 1440px) {
  #instafeed_stacks_in_7 {
    grid-template-columns: repeat(4,1fr);
    grid-gap: 0px;
  }
}
@media all and (max-width: 900px) {
  .igc_stacks_in_7 .igc-top-right {
      grid-template-columns: 1fr;
      align-items: center;
      justify-content: space-between;
      padding: 12px 6px 0px 18px;
  }
}
/* Tablet portrait */
@media all and (max-width: 768px) {
  #instafeed_stacks_in_7 {
    grid-template-columns: repeat(3,1fr);
    grid-gap: 0px;
  }
}
/* Mobile */
@media all and (max-width: 414px) {
  #instafeed_stacks_in_7 {
    grid-template-columns: repeat(2,1fr);
    grid-gap: 0px;
  }
}
.igc_stacks_in_7.igc-overlay {
  background-color: rgba(0, 0, 0, 0.85);
}
.igc_stacks_in_7.igc-overlay .igc-caption {
  color: rgba(255, 255, 255, 0.90);
}
.igc_stacks_in_7.igc-overlay .igc-next polyline,
.igc_stacks_in_7.igc-overlay .igc-prev polyline {
  stroke: rgba(255, 255, 255, 0.60);
}
.igc_stacks_in_7.igc-overlay .igc-close path,
.igc_stacks_in_7.igc-overlay .igc-link path {
  fill: rgba(255, 255, 255, 0.90);
}
.igc_stacks_in_7.igc-overlay ul.igc-pagination li {
	border: 2px solid rgba(255, 255, 255, 0.60);
}
.igc_stacks_in_7.igc-overlay ul.igc-pagination ul li:hover {
	border-color: rgba(255, 255, 255, 0.60);
}
.igc_stacks_in_7.igc-overlay ul.igc-pagination li.igc-pag-active .circle {
  background: rgba(255, 255, 255, 0.60);
}
.igc_stacks_in_7.igc-overlay ul.igc-pagination .circle:hover {
	background: rgba(255, 255, 255, 0.60);
}
