.preview-image{
    display:flex;
    justify-content:center;
    align-items:center;
    
}
.preview-image img{
    width:200px;
    min-height:100px;
    background-size:cover;
}
.container-range{
    margin-top:1rem;
}
.container-range.disable{
  opacity: 0.5;
  pointer-events: none;
}
.text-number.disable{
  pointer-events: none;
}
@media screen and (min-width:360px){

}
@media screen and (min-width:576px){
.container-range{
    margin-top:0rem;
}
}
@media screen and (min-width:768px){

}
@media screen and (min-width:992px){

}
@media screen and (min-width:1200px){

}
