html, body {
  overflow: hidden;
  min-width: 100% !important;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.instagram-block {
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  height: 100vh;
  width: 100%;
  max-width: 56.25vh;
  margin-left: auto;
  margin-right: auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 87vh 13vh;
  grid-template-rows: 87vh 13vh;
  overflow: hidden;
}

.instagram-block > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.instagram-block > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.swiper {
  width: 100%;
  height: 87vh;
  max-height: 87vh;
  overflow: hidden;
}
.swiper img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper video {
  height: 100%;
}
.swiper blockquote {
  height: 87vh;
  width: 100%;
}

.swiper-slide {
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.instagram-footer {
  padding: 0 2vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15vw 3vw auto 3vw 12vw;
  grid-template-columns: 15vw auto 12vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3vw;
}
.instagram-footer .footer-doc-blcok h1 {
  font-size: 2.2vh;
}
.instagram-footer .footer-doc-blcok p {
  font-size: 1.2vh;
  margin-bottom: 0;
}

.logo-item {
  background-color: #435098;
  width: 15vw;
  height: 15vw;
  border-radius: 15vw;
  padding: 3.5vw;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.logo-item img {
  aspect-ratio: 1/1;
}

.qr-item {
  text-align: center;
}
.qr-item p {
  font-size: 0.8vh;
  margin-bottom: 0.5vh;
}
.qr-item img {
  width: 80%;
  height: 80%;
}

iframe {
  overflow: hidden;
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
/*# sourceMappingURL=page-instagram.css.map */