@keyframes animateGradient{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}section.gallery_style_configuration{padding:80px 20px}section.gallery_style_configuration .gallery_style_container .heading_wrapper{margin-bottom:40px}section.gallery_style_configuration .gallery_style_container .heading_wrapper .main_heading{margin-bottom:40px}section.gallery_style_configuration .gallery_style_container .heading_wrapper .main_heading h3{font-family:sofia-pro,sans-serif;font-weight:300;font-size:2.1rem;color:#565656;max-width:350px;margin:auto;text-align:center}@media screen and (max-width:575px){section.gallery_style_configuration .gallery_style_container .heading_wrapper .main_heading h3{font-size:1.8rem}}section.gallery_style_configuration .gallery_style_container .heading_wrapper .sub_heading p{font-family:sofia-pro,sans-serif;font-weight:300;font-size:1.1rem;color:#565656;letter-spacing:.05em;line-height:1.3;max-width:520px;margin:auto;text-align:center}section.gallery_style_configuration .gallery_style_container .scrollable-grid-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-auto-rows:120px;gap:10px;max-width:1170px;margin:0 auto;min-height:400px;max-height:500px;overflow-y:auto;background-color:#fff;border-radius:12px;box-sizing:border-box;overflow:hidden;position:relative}section.gallery_style_configuration .gallery_style_container .scrollable-grid-container .grid-item{background-color:#e0e0e0;border-radius:8px;opacity:.5}section.gallery_style_configuration .gallery_style_container .scrollable-grid-container .grid-item.tall{grid-row:span 3}section.gallery_style_configuration .gallery_style_container .scrollable-grid-container .grid-item.medium{grid-row:span 2}section.gallery_style_configuration .gallery_style_container .scrollable-grid-container .placeholder-overlay{position:absolute;overflow:hidden;top:0;left:0;width:100%;height:100%;border-radius:12px;display:flex;justify-content:center;align-items:center;background:linear-gradient(-45deg,rgba(255,255,255,.3),rgba(215,181,102,.5),rgba(195,195,195,.3),rgba(215,181,102,.5));background-size:400% 400%;animation:animateGradient 12s ease infinite;pointer-events:none}section.gallery_style_configuration .gallery_style_container .scrollable-grid-container .placeholder-message{color:#fff;font-family:sofia-pro,sans-serif;font-weight:500;font-size:1.6rem;text-align:center;padding:20px;text-shadow:0px 1px 4px rgba(0,0,0,.9)}@media (max-width:600px){section.gallery_style_configuration .gallery_style_container .scrollable-grid-container .scrollable-grid-container{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-auto-rows:100px;gap:8px;padding:8px}}section.gallery_style_configuration .gallery_style_container .scrollable-grid-container::-webkit-scrollbar{width:0}