.banner > .container {
    height: 100%;

    position: relative;
    top: -100%;
}

#grundfos-img-1{
    background: url(../img/whp-pump-groudos.jpg) no-repeat center center;
    height:250px;
}

#taco-img-1{
    background: url(../img/whp-pump-tacos.jpg) no-repeat center center;
    height:250px;
}

#tamas-img-1{
    background: url(../img/whp-pump-tamas.jpg) no-repeat center center;
    height:250px;
}

.navien-recirc {
    width: 80%;
    height: 90%;
}

.carousel-container {
    height: 360px;
}

.carousel-inner {
    min-height: 360px;
}

.carousel-indicators {
    margin-bottom: 0;
}

.carousel-caption {
    font-size: 12px;
    margin-bottom: -120px;
}

.carousel-row.active {
    display: flex;
}

.carousel-row:not(.active) {
    display: none;
}

@media (min-width: 768px) {

    .trio-detail {
        min-height: 230px;
        max-height: 230px;
    }
}

@media (min-width: 992px) {

    .trio-detail {
        min-height: 180px;
        max-height: 180px;
    }
}

@media (min-width: 1200px) {

    .trio-detail {
        min-height: 140px;
        max-height: 140px;
    }
}
