#allImagesIn img{cursor:pointer}picture{width:100%;height:474px;display:flex}.nextIcon{top:47%;background:#fff;width:40px;line-height:40px;font-size:22px;font-weight:700;height:40px;border-radius:20px;left:50px;position:absolute;z-index:2;color:#0a334e}.nextIcon:hover,.prevIcon:hover{background:#ddd;cursor:pointer}.prevIcon{top:47%;background:#fff;width:40px;line-height:40px;font-size:22px;font-weight:700;height:40px;border-radius:20px;right:50px;position:absolute;z-index:2;color:#0a334e}div#image{padding-right:15px}div#imageIn{text-align:center;height:474px;display:grid;margin:auto;background:#f1f1f1}#imageIn img{max-height:100%;margin:auto}div#allImagesIn::-webkit-scrollbar{width:10px;background:#888}div#allImagesIn::-webkit-scrollbar-track{background:#f1f1f1}div#allImagesIn::-webkit-scrollbar-thumb{background:#888}div#allImagesIn{background:#f1f1f1;height:474px;overflow-y:auto;padding-right:15px;padding-left:15px}#allImages img{width:47%;margin:3px}@media (max-width:1200px){.row.imagesMain{margin:0}div#allImages{padding:0}#allImages img{max-width:15%}div#allImagesIn{height:120px}div#image,div#imageIn{height:auto;display:block;padding:0}.nextIcon,.prevIcon{top:42%}.prevIcon{right:20px}.nextIcon{left:20px}}@media (max-width:500px){picture{display:block;height:auto}}