/*------------------------------
	Gallery
-------------------------------*/

.shortcode_gallery {
  margin-bottom: 20px;
}

#site-main .shortcode_gallery > .ct-section-inner-wrap {
  max-width: 100%;
}

.oim_gallery_single_image {
  height: 100%;
}

.shortcode_gallery .oim_gallery_single_image > img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.oim_gallery_single_items {
  position: relative;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

@media screen and (max-width: 992px) {
  .oim_gallery_single_items {
    z-index: 2;
  }

  #headline-46-33{
    transform: none !important;
  }
}

.oim_gallery_single {
  width: 365px;
  height: 365px;
  overflow: hidden;
}

.shortcode_gallery_7_items .oim_gallery_single {
  width: 360px;
  height: 360px;
}

.oim_gallery_single:nth-child(3),
.oim_gallery_single:nth-child(4) {
  width: calc(100% - 770px);
}

.shortcode_gallery_7_items .oim_gallery_single:nth-child(4) {
  width: 147px;
}

.shortcode_gallery_7_items .oim_gallery_single:nth-child(6) {
  width: calc(100% - 927px);
}

@media screen and (min-width: 992px) {
  .shortcode_gallery_7_items .gallery_title {
    pointer-events: none;
  }

  .shortcode_gallery_7_items .gallery_title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
    width: 567px;
    height: 567px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.76);
  }
}

.shortcode_gallery_7_items .gallery_title::after {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: -1;
  width: 179px;
  height: 173px;
  background: linear-gradient(62deg, #03fbcd 16.65%, #03ccf8 82.35%);
  opacity: 0.6;
  filter: blur(33px);
  border-radius: 50%;
}

/* .shortcode_gallery_7_items .oim_gallery_single,
.shortcode_gallery_7_items .oim_gallery_single .oim_gallery_single_image {
  transition: all 0.8s ease;
}

.shortcode_gallery_7_items .oim_gallery_single:hover{
  z-index: 5;
}

.shortcode_gallery_7_items .oim_gallery_single:hover .oim_gallery_single_image {
  transform: scale(1.1);
} */

@media screen and (max-width: 992px) {
  .oim_gallery_single {
    width: calc(50% - 10px) !important;
  }
}

@media screen and (max-width: 480px) {
  .oim_gallery_single {
    width: 100% !important;
  }
}
