#carrusel{width:100%; overflow:hidden; height:155px; position: absolute; top:50px;left: 0px}
#carrusel .izquierda_flecha{position:absolute; left:0px; z-index:1; top:50%; margin-top:-9px;}
#carrusel .derecha_flecha{position:absolute; right:0px; z-index:1; top:50%; margin-top:-9px;}
.carrusel{width:4100px; left:0px; position:absolute; z-index:0}
.carrusel>div{
    float: left;
    height: 155px;
    margin-right: 5px;
    width: 155px
}

.derecha_flecha:hover{transform: scale(1.2)}
.carrusel .img_carrusel{cursor:pointer;}

.product {
  border:rgba(177,0,17,1) 0px solid;
}
.img_carrusel {
  display: block;
  width: 100%;
  height: 100%;z-index: 1
}

.product h3{font-size: 13px;position: relative;top:-15px;left: 0px; color:#c3b49b;text-align: center;background-color: rgba(177,0,17,1);border-radius: 5px}
.overlay {
  position: relative;
  bottom: 0%;
  left: -30px;

  background-color: rgba(0,0,0,0);
  overflow: hidden;
  width: 100%;
  height:100%;
  transition: .5s ease;
}

.product:hover .overlay {
  bottom: 0px;border-radius: 10px;
  height: 100%;
  background: rgba(0,0,0,0);
}

.text {
  white-space: nowrap; 
  color: black;
  font-size: 16px;font-weight: bolder;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;margin-left: 30px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);display: block
}

@media only screen and (max-width: 700px) {
.text{display: none}
}

@media only screen and (width: 510px) {
#carrusel{height:170px;}
.carrusel>div{
    height: 170px;
    width: 170px
}
  }