.galleryContainer {
  position: relative;
}

.galleryContainer .threeDbutton {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  cursor: pointer;
  z-index: 20;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.galleryContainer .threeDbutton:hover {
  opacity: 0.7;
}

html {
  scroll-behavior: smooth;
}

.iframebox__block {
  padding: 140px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .iframebox__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 100px 0;
  }
}

.iframebox__block-item {
  width: 40%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 991px) {
  .iframebox__block-item {
    width: 70%;
  }
}

@media screen and (max-width: 675px) {
  .iframebox__block-item {
    width: 90%;
  }
}

.iframebox__block-item--2 {
  width: 60%;
}

@media screen and (max-width: 991px) {
  .iframebox__block-item--2 {
    width: 100%;
    margin-top: 40px;
  }
}

.iframebox__block-item img {
  width: 50%;
  max-width: 300px;
}

.iframebox__block-item p {
  /* color: #333; */
  font-size: 16px;
  margin-top: 20px;
  width: 50%;
  text-align: center;
}

.iframebox__block-item p a {
  color: #f00;
}

.iframebox__block-item iframe {
  width: 100%;
  height: 60vh;
}
/*# sourceMappingURL=index.css.map */