.jumbotron {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}

#piXcarousel {
    height: 300px;
    width: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-item img {
    position: absolute;
    width: 100%;
    transform: translate(0, -15%)
}

.card {
    border: none;
}