.filebird-gallery {
display: flex;
flex-wrap: wrap;
margin: -10px;
}
.filebird-gallery-item {
box-sizing: border-box;
padding: 10px;
}
.filebird-gallery-item img {
width: 100%;
height: auto;
display: block;
transition: all 0.3s ease;
}
.filebird-gallery-item a {
display: block;
overflow: hidden;
}
.filebird-gallery-item a:hover img {
transform: scale(1.05);
}
.filebird-gallery-error,
.filebird-gallery-empty {
padding: 20px;
background-color: #f7f7f7;
border-radius: 5px;
text-align: center;
color: #666;
font-style: italic;
} @media (max-width: 767px) {
.filebird-gallery-columns-4 .filebird-gallery-item,
.filebird-gallery-columns-5 .filebird-gallery-item,
.filebird-gallery-columns-6 .filebird-gallery-item {
width: 33.33%;
}
}
@media (max-width: 480px) {
.filebird-gallery-columns-2 .filebird-gallery-item,
.filebird-gallery-columns-3 .filebird-gallery-item,
.filebird-gallery-columns-4 .filebird-gallery-item,
.filebird-gallery-columns-5 .filebird-gallery-item,
.filebird-gallery-columns-6 .filebird-gallery-item {
width: 50%;
}
}.elementor-sticky--active{z-index:99}.elementor-sticky__spacer .e-n-menu .e-n-menu-content{display:none}.e-con.elementor-sticky--active{z-index:var(--z-index,99)}.elementor-motion-effects-element,.elementor-motion-effects-layer{transition-duration:1s;transition-property:transform,opacity;transition-timing-function:cubic-bezier(0,.33,.07,1.03)}@media (prefers-reduced-motion:reduce){.elementor-motion-effects-element,.elementor-motion-effects-layer{transition-duration:0s!important}}.elementor-motion-effects-container{height:100%;left:0;overflow:hidden;position:absolute;top:0;transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x);width:100%}.elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0}.elementor-motion-effects-perspective{perspective:1200px}.elementor-motion-effects-element{transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}