﻿
.produkty-header-bottom-icons {
    position: absolute;
    text-align: center;
    bottom: 4%;
}

    .produkty-header-bottom-icons .produkty-header-bottom-icons-wrapper {
        width: 80%;
        margin: auto;
    }

        .produkty-header-bottom-icons .produkty-header-bottom-icons-wrapper .produkty-header-bottom-icons-wrapper-icon {
            width: 18%;
            display: inline-block;
            max-height: 140px;
        }

.produkty-parallex {
    /* The image used */
    /*background-image: url("../../assets/aboutUsImage/bg_onas.jpg");*/
    background-image: url("../img/home/eco_bench.JPG");
    /* Set a specific height */
    height: 330px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width: 1200px) {
}

@media (max-width: 1199px) and (min-width: 992px) {
}

@media (max-width: 991px) and (min-width: 768px) {
    .produkty-header-bottom-icons .produkty-header-bottom-icons-wrapper {
        width: 100%;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .produkty-header-bottom-icons {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .produkty-header-bottom-icons {
        display: none;
    }
}
