.ourOwnProductsSlide {
    padding: 0;
}

.ourOwnProductsContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    @media (max-width: 600px) { /* todo use the --mobileMaxWidth env variable when they'll be available */
        display: flex;
        flex-direction: column;
    }
}

.ourOwnProductsContainer a,
.ourOwnProductsContainer p,
._ {
    color: white;
}

.ourOwnProduct {
    background-size: cover;
    display: inline-flex;
    flex-direction: column;
    justify-content: end;
    flex: 1;
    margin: 1px;
    @media (min-width: 1000px) {
        min-width: 20%;
    }
    @media (max-width: 999px) {
        min-width: 30%;
    }
    min-height: 400px;
}

.ourOwnProductInfoArea {
    padding: 10px;
    /*backdrop-filter: blur(5px);*/
    overflow: hidden;
}

.ourOwnProductInfoArea a {
    font-size: 14px;
}

.ourOwnProductInfoArea p {
    font-size: 10px;
}

.ourOwnProductInfoArea img {
    max-width: 50px;
    max-height: 50px;
    display: inline-block;
    margin-bottom: -10px;
}

.ourInHouseProductsBox {
    color: gray;
    margin: 150px 70px 50px auto;
    padding: 10px 20px;

    @media (min-width: 1001px) { /* todo use the --desktopMinWidth env variable when they'll be available */
        font-size: 96px;
        margin-right: 100px;
    }
    @media (max-width: 1000px) {
        /* todo use the --desktopMinWidth env variable when they'll be available */
        font-size: 48px;
    }
}

.ourOwnProductInstanote {
    align-self: center;
    background-image: url("/img/in-house/notes.jpg");
    background-position: center;
}

.ourOwnProductFileManager {
    align-self: center;
    background-image: url("/img/in-house/fiman.jpg");
}

.ourOwnProductFruitGame {
    align-self: center;
    background-image: url("/img/in-house/fruit.jpg");
}

.productSolitaire {
    align-self: center;
    background-image: url("/img/in-house/freecell.jpg");
    background-position: bottom;
}

.ourOwnProductIm {
    align-self: center;
    background-image: url("/img/in-house/im.jpg");
    background-position: bottom;
}

.ourOwnProductFinancePlanner {
    align-self: center;
    background-image: url("/img/in-house/wallet.jpg");
}

.ourOwnProductPowerReminders {
    align-self: center;
    background-image: url("/img/in-house/reminders.jpg");
}

.ourOwnProductInsight {
    align-self: center;
    background-image: url("/img/in-house/insight.jpg");
    background-position: center;
}

.ourOwnProduct a {
    color: white;
    font-size: 48px;
    text-align: center;
    text-decoration: none;
}

.ourOwnProduct p {
    font-size: 24px;
}
