.gallery-body {
   width:100%; 
   height:100%;
   
    }  
  
.img-selector {
    position: absolute;
    top: 55px;
    height: 240px;
    overflow-x: scroll;
    width:900px;
   
}
  
 
  




.product-image {
  display: block;
  height:550px; 
  overflow:hidden;
}

.image-list li {
    margin: 0;
    list-style:none;
  }
   
 .image-list li img {
width:70%;
padding-bottom:25px;
  }   
  
  
  
.image-item {float:left;width:120px;}
.image-item img {width:100%;}

@media(max-width: 990px) {
        
.kasterl-gal {
    top: 0px;
}
    
.product-image {
  height:auto;  
}  

.product-image img {
 height:auto;  
    width:100%;
    padding-bottom:15px;
} 


}

@media(max-width: 575px) {
        
.kasterl-gal {
    top: 0px;
}
    
.product-image {
  height:auto;  
}  

.product-image img {
 height:auto;  
    width:100%;
} 


}

@media(max-width: 420px) {
    
.kasterl-gal {
    top: 0px;
}    
    
.product-image {
  height:auto;  
} 

.product-image img {
 height:auto;  
    width:100%;
} 

}

@media (max-width: 34em){
    
.kasterl-gal {
    top: 0px;
}    
 
 .product-image {
  height:auto; 

}  

.product-image img {
  height:auto;  
    width:100%;
} 

}
    