
.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
  }
.carousel-indicators img {
    width: 100px;
     border:2px solid black;
 border-radius:20px;
margin-top:5px;
margin-bottom:5px;
height:100px;
}

.carousel-indicators .active {
    width: 100px;
    height: 100px;
    margin: 0;
    background-color: #fff;
}
.carousel-indicators{
  width: 120px;
  height:400px;
  overflow-y:scroll ;
  overflow-x:hidden;
  position:absolute;
  
  left:-1vh;
  top:14.7vh;
}
/* Hide scrollbars globally but keep scrolling */
* {
  scrollbar-width: none; /* For Firefox */
}

*::-webkit-scrollbar {
  display: none; /* For WebKit-based browsers (Chrome, Edge, Safari) */
}

.carousel-inner {   
    width: 580px; 
    margin-top:15vh;
   position:absolute;
   left:-16vh;
}
.carousel-inner img{   
    width: 580px;   
}
#myCarousel{
 
  width: 580px;
}
.container.myCarousel{ 
width: 580px;

} 

.row{
height:120vh;
}
.product-details{
position:absolute;
z-index:30;
top:40vh;
right:-1vh;
}
.alert{
position:absolute;
z-index:16;
left:60vh;
width:80%;
}
#myCarousel a{
position: absolute;
z-index:30;
top: 45vh;
left: -5vh;
}
#myCarousel .right{
position: absolute;
z-index:30;
top: 45vh;
left: 58vh;
}
@media (max-width: 768px){
    body{
        overflow-y: hidden;
        overflow-x: hidden;
    }
.well .region .region-sidebar-second{
scale:50%;
}