section.to-top-container ~ div:not([class^="ilightbox-"]) {
opacity: 0;
height: 0;
overflow: hidden;
max-height: 0;
width: 0;
max-width: 0;
visibility: hidden;
}
body .recentProjectsGallery {
margin: 0!important;
}
body .recentProjectsGallery .fusion-gallery-column {
width: calc(25% - 10px)!important;
box-sizing: border-box;
}
.fusion-blog-layout-grid article {
position: relative!important;
left: 0!important;
right: 0!important;
top: 0!important;
bottom: 0!important;
}
.fusion-blog-layout-grid {
height: auto!important;
}
@media (max-width:1024px){
body .recentProjectsGallery .fusion-gallery-column {
width: calc(50% - 10px)!important;
box-sizing: border-box;
}
}