section[class~="imagesList"]{width:1200px;height:auto;padding:20px 0;margin:auto;display:flex;align-items:center;justify-content:space-between}section[class~="imagesList"] .shell{flex:1;height:125px;box-sizing:border-box;padding:5px;background-color:#fff;border-radius:3px;box-shadow:0 0 5px 1px rgba(0,0,0,0.1)}section[class~="imagesList"] .shell:not(:last-child){margin-right:2%}section[class~="imagesList"] .shell div{width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-size:cover}@media screen and (max-width:768px){section[class~="imagesList"]{width:98vw;margin:auto;flex-flow:column nowrap}section[class~="imagesList"] .shell{width:100%;flex:none;margin:0 0 20px 0 !important}}