.floating_gallery {
  position: relative;
}
@media only screen and (max-width: 781px) {
  .floating_gallery {
    height: 50vw;
  }
}
.floating_gallery .floating_gallery__item {
  position: absolute;
  top: 0;
  right: 0;
  width: 48vw;
  max-width: 1200px;
  max-height: 620px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-box-shadow: 3px -5px 15px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 3px -5px 15px 5px rgba(0, 0, 0, 0.15);
}
.floating_gallery .floating_gallery__item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.floating_gallery .floating_gallery__item__2 {
  top: -100px;
  left: 100px;
  z-index: 1;
}
@media only screen and (max-width: 900px) {
  .floating_gallery .floating_gallery__item__2 {
    left: -20px;
  }
}
@media only screen and (max-width: 781px) {
  .floating_gallery .floating_gallery__item__2 {
    top: calc(50% - 10px);
    left: 50%;
    -webkit-transform: translate(-25%, -50%);
            transform: translate(-25%, -50%);
  }
}
.floating_gallery .floating_gallery__item__2:hover {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
.floating_gallery .floating_gallery__item__1 {
  top: 50px;
  left: -50px;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  .floating_gallery .floating_gallery__item__1 {
    left: -20px;
  }
}
@media only screen and (max-width: 781px) {
  .floating_gallery .floating_gallery__item__1 {
    top: calc(50% + 20px);
    left: 50%;
    -webkit-transform: translate(-75%, -50%);
            transform: translate(-75%, -50%);
  }
}
.floating_gallery .floating_gallery__item__1:hover {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
.floating_gallery .floating_gallery__item__0 {
  top: 200px;
  left: -240px;
  z-index: 3;
}
@media only screen and (max-width: 1300px) {
  .floating_gallery .floating_gallery__item__0 {
    left: -140px;
  }
}
@media only screen and (max-width: 900px) {
  .floating_gallery .floating_gallery__item__0 {
    left: -20px;
  }
}
@media only screen and (max-width: 781px) {
  .floating_gallery .floating_gallery__item__0 {
    top: calc(50% + 50px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.wp-site-blocks {
  overflow: hidden;
}