.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Proporcja 16:9 (9/16 = 0.5625) */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#cookit {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: .6rem 2rem;
    display: flex;
    z-index: 1000;
}
#cookit.hidden { display: none; }

#cookit #cookit-container {
    margin: auto;
    width: 1200px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#cookit #cookit-container > * { margin: .4rem; }
#cookit #cookit-container p { line-height: 1.4rem; }

#cookit #cookit-container a { text-decoration: none; }
#cookit #cookit-container a:hover { opacity: .9; }

#cookit #cookit-container #cookit-button {
    padding: .5rem 1rem;
    margin-left: auto;
}

@media (min-width: 576px) {
    .home-product {
        max-width: 250px !important;
    }
}
@media (min-width: 768px) {
    .home-product {
        max-width: 320px !important;
    }
}
@media (min-width: 992px) {
    .home-product {
        max-width: 300px !important;
    }
}
@media (min-width: 1200px) {
    .home-product {
        max-width: 290px !important;
    }
}
@media (min-width: 1400px) {
    .home-product {
        max-width: 320px !important;
    }
}

