@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700|Open+Sans:400,600,700&display=swap);
/*** COLOURS ***/
/*** SIZES ***/
/*** DOTDOTDOT ***/
/*** FONTS ***/
.instagramBlock {
  margin: 100px 0;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.instagramBlock.aos-animate {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.instagramBlock .intro .mediumTitle {
  width: calc(100% - 300px);
  display: inline-block;
  color: #134053;
}
.instagramBlock .intro .right {
  display: inline-block;
  width: 300px;
  text-align: right;
  color: #134053;
}
.instagramBlock .intro .right a {
  color: #fbbc43;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.instagramBlock .intro .right a:hover {
  color: #134053;
}
.instagramBlock .posts {
  margin-top: 22.5px;
  width: calc(100% + 15px);
  margin-left: -7.5px;
}
.instagramBlock .posts .post {
  padding: 7.5px;
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.instagramBlock .posts .post:hover .innerPost .background:after {
  opacity: 0.4;
}
.instagramBlock .posts .post .innerPost {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  display: block;
}
.instagramBlock .posts .post .innerPost .background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.instagramBlock .posts .post .innerPost .background:after {
  content: "";
  background: #000;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.instagramBlock .posts .post .innerPost .background video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
}
.instagramBlock .posts .post .innerPost .circle {
  height: 40px;
  left: 10px;
  position: absolute;
  top: auto;
  width: 40px;
  bottom: 10px;
  z-index: 1;
  border: 2px solid #fff;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
@media all and (max-width: 768px) {
  .instagramBlock {
    margin: 50px 0;
  }
  .instagramBlock .intro .mediumTitle {
    display: block;
    width: 100%;
  }
  .instagramBlock .intro .right {
    text-align: left;
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .instagramBlock .posts .post {
    width: 50%;
  }
}
@media all and (max-width: 420px) {
  .instagramBlock {
    margin: 50px 0;
  }
  .instagramBlock .posts .post {
    width: 100%;
    display: none;
  }
  .instagramBlock .posts .post:first-child {
    display: block;
  }
  .instagramBlock .posts .post:nth-child(2) {
    display: block;
  }
}
/*# sourceMappingURL=instagram_block.css.map */