#carouselKFCvibramos .img-wrapper{
  max-width: 100%;
  height: 20em;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#carouselKFCvibramos .img-wrapper img{
  max-width: 100%;
  max-height: 100%;
}
#carouselKFCvibramos .img-wrapper a{
  display: block;
  border: 0;
  background: transparent;
}

#carouselKFCvibramos .carousel-inner{
  padding: 1em;
}

.itemvideo{
  cursor: pointer;
  padding: 10px;
}
@media screen and (min-width:576px){
  #carouselKFCvibramos .carousel-inner{
    display: flex;
  }
  #carouselKFCvibramos .carousel-item{
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100%/3);
  }
  #carouselKFCvibramos .img-wrapper{
    height: 30vw;
  }
  #carouselKFCvibramos{
    margin: 15rem 3rem 15rem 3rem;
  }
}

@media screen and (max-width:576px){
  #carouselKFCvibramos  {
    margin: 5rem 1rem 5rem 1rem;
  }
}