element.style {
    background-image: url(assets/media/bg/bg-9.jpg);
}

.buscador{
    width:100%;
    border:1px solid rgb(128, 128, 128,0.5);
    height:auto;
    display:grid;
    
}


.thumb-container {
  width: 150px;
  height: 150px;
  margin: 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: inline-block;
  background: #f8f9fa;
}

.thumb-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.boton-eliminar {
  position: absolute;
  top: 4px;
  right: 4px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}