:root {
    --section-min-height: 500px;
}

.jimeoin-looking-up{
    position: relative;
}

.jimeoin-looking-up img{
    position: absolute;
    width: 300px;
    top: -88px;
    left: 500px;
}

.left-caption-right-image .caption-image{
    width: 250px;
}
.button-group,
#remote-print .downloads-link{
    margin-bottom: 25px;
}

.downloads-link .icon img{
    width: 60px;
}

.downloads-link{
    gap: 20px;
}

.downloads-link .links a{
    display: block;
}

.links{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.blue{
    color: #10218b;
}

@media screen and (min-width: 992px) {
    .eal-columns.left-wide .eal-col:last-child {
        width: 30%;
        margin-right: 0;
    }
    #features .card-block__image{
        max-height: 210px;
        object-fit: contain;
    }
}

@media screen and (min-width: 1024px) {
    .left-caption .btn.btn-primary-inverse,
    .right-caption .btn.btn-primary-inverse{
        color: #ffffff;
    }
    
    .left-caption .btn.btn-primary-inverse::after,
    .right-caption .btn.btn-primary-inverse::after{
        border-left: 10px solid #ffffff;
    }
}

@media screen and (min-width: 1200px) {
    .products-carousel .product-image {
        text-align: center;
        min-height: 260px;
        max-height: 260px;
        justify-content: end;
    }
    .row .card-img, .row .card-img-top {
        object-fit: contain;
    }
}


/* UPDATES */
.button-group{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.downloads-link{
    display: flex;
}
@media screen and (max-width: 991px) {
    #features .card-block{
        width: 75%;
        margin: auto;
    }
}

@media screen and (min-width: 768px) {
    .product-image {
        min-height: 305px;
        max-height: 305px;
    }
}

@media screen and (min-width: 1200px) {
    #features .splide__track{
        width: 55%;
    }
    .button-group{
        flex-direction: row;
        gap: 20px;
    }
}

@media screen and (max-width: 991px) {
    #cw-logo {
        display: none;
    }
}