.zoom {
            display:inline-block;
            position: relative;
            width: 550px;
  height: 550px;
        }
        
        /* magnifying glass icon */
        .zoom:after {
            content:'';
            display:block; 
            width:33px; 
            height:33px; 
            position:absolute; 
            top:0;
            right:0;
            background:url(icon.png);
        }
.img-view {
padding-top:5%;
}
        .img-view img {
 /* width: 95% !important;
height: auto !important;*/

max-width: none !important;
}
.img-view #view_img{
   width: 100% !important;
  height: auto !important;
  margin-top: 10%;
}
@media only screen and (min-width: 1600px) {
  .zoom {
           
            width: 750px;
  height: 750px;
        }
}

        .zoom img::selection { background-color: transparent; }

        #zoom-div-img img:active { cursor: url(grabbed.cur), default; }
        @media only screen and (max-width: 500px) {
#carouselExampleCaptions h5{
    font-size:14px;
}
        }
        
 