#app{
  width:90%;
  margin:auto;
}

.VueCarousel-slide {
  height:50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right:1px solid #FFF;
  box-sizing:border-box;
  font-size:12px;
  text-align:center;
}

img {
  float: center;
  width:100%;
  max-height:50%;
  object-fit: cover;
}
