
.block-dev-fluid-gallery{margin-bottom:1rem;margin-top:1rem;}

.fluid-gallery{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;margin:-10px;position:relative;transform:rotate(180deg);}
.fluid-gallery__link{display:block;overflow:hidden;border-radius: 4px;box-shadow: 0 0 0.5em rgba(0,0,0,0.1);}
.fluid-gallery__image{display:block;width:100%;height:auto;}
.fluid-gallery__link:hover .fluid-gallery__image{transform:scale(1.05);}

.fluid-gallery__item{overflow:hidden;position:relative;transform:rotate(180deg);padding:10px;margin-bottom:0;}

