.viewImage { width: 100%; height: auto; } .center { text-align: center; } #image_body { overflow: scroll; max-height: 800px; vertical-align: middle; } .border-grey { border: 1px solid #dee2e6; padding: 16px 20px; } #images_container { max-height: 900px; overflow: hidden; } #image_min { max-height: 900px; overflow: auto; } /*.glassStyle { border: 1px solid black; box-shadow: 5px 5px 12px black; background: rgba(0, 0, 0, 0.25); }*/ .img-magnifier-container { position:relative; } .img-magnifier-glass { position: absolute; border: 1px solid black; box-shadow: 5px 5px 12px black; background: rgba(0, 0, 0, 0.25); border-radius: 50%; cursor: none; /*Set the size of the magnifier glass:*/ width: 200px; height: 200px; } .minImage { padding: 10px; }