#section-detail-gallery img {
    width: 100%;
}
#section-detail-gallery .height {
    height: 10px;
}
  
/* Image-container design */
#section-detail-gallery .image-container {
    max-width: 800px;
    position: relative;
    margin: auto;
}
  
#section-detail-gallery .next {
    right: 0;
}
  
/* Next and previous icon design */
#section-detail-gallery .previous,
#section-detail-gallery .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    padding: 10px;
    margin-top: -25px;
    background: #22292F;
}
  
/* caption decorate */
#section-detail-gallery .captionText {
    color: #000000;
    font-size: 14px;
    position: absolute;
    padding: 12px 12px;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
  
 /* Slider image number */
 #section-detail-gallery .slideNumber {
    color: white;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 200px;
    bottom: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
    font-weight: bold;
    font-size: 0.8rem;
    position: absolute;
    left: 45%;
    padding: 10px;

}
#section-detail-gallery .slider .fa {
    font-size: 1.2rem;
    color: #FFF;
}
  
#section-detail-gallery .previous:hover,
#section-detail-gallery .next:hover {
    background-color: #313030;
}
  
#section-detail-gallery .footerdot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.5s ease;
}
  
#section-detail-gallery .active,
#section-detail-gallery .footerdot:hover {
    background-color: black;
}