#d-cap-shell-wapper {
  width: 315px;
  height: 225px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  position: relative !important;
  border: 4px solid #e2e2e2;
}
#d-cap-main-wapper {
  width: 300px;
  height: 120px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  position: relative !important;
  border: 4px solid #e2e2e2;
}
#d-cap-wapper {
  background: url('bctexture.jpg') no-repeat center center cover;
  width: 265px;
  padding-left: 40px;
  height: 120px;
}
#d-cap0 {
  position: absolute;
  cursor: grab;
  z-index: 1;
  user-select: none;
  will-change: transform;
  top:0px;
  touch-action: none; 
}
.d-cap-stl{
    font-size: 35px;
    width: 35px;
    height: 35px;
  }
  #d-cap1 {
    width: 31px;          
    height: 31px;
    background-color:#000;
    transform: rotate(45deg); 
  }
    #d-cap2 {
    width: 40px;        
    height: 40px;      
    background-color: black; 
    border-radius: 50%;    
  }
    #d-cap3 {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 35px solid black;
  }
    #d-cap4 {
    width: 34px;          
    height: 34px;         
    background-color: black; 
  }
