.igContainer {
  width: 90%;
  position: relative;
  display: flex;
  align-items: center;
  background-image: url(../../files/igBackground3.png);
  padding: 60px 5%;
  flex-direction: column;
  background-size: 100% auto;
}

.igInfo {
  width: 100%;
  position: relative;
  float: left;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
  font-family: "BeautiqueDisplay"
}

.igGroupContainer {
  width: 100%;
  position: relative;
  float: left
}

.igSliderGroupSliderContainer {
  width: 100%
}

.instagramImageContainer {
  width: 100%
}

.instagramSlide a,
.instagramSlide figure,
.instagramSlide img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover
}

.instagramSlide {
  margin-left: 5px;
  margin-right: 5px
}

.igSubtitle {
  line-height: 21px;
  font-size: 14px
}

.igTitle {
  letter-spacing: .1em;
  margin-bottom: 10px;
  font-size: 25px
}

.igSliderLeftArrow {
  position: absolute;
  height: auto;
  left: 5%;
  top: calc(50% - 22px);
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.igSliderRightArrow {
  position: absolute;
  right: 5%;
  top: calc(50% - 22px);
  z-index: 1;
  height: auto;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out
}

@media screen and (max-width: 1100px) {
  .igInfo {
    /* width: calc(100% - 15px); */
    margin: auto;
    margin-bottom: 20px
  }

  .igTitle {
    font-size: 1.8rem;
    line-height: 26px;
  }

  .igGroupContainer {
    width: 100%
  }

  .igSliderRightArrow,
  .igSliderLeftArrow {
    display: none !important;
  }

  .igContainer {
    padding: 30px 5%;
    background-image: url(../../files/igBackgroundMobile.png);
  }
}