
#black {
    content: "";
    position: absolute;
    top: 1;
    left: 0;
    height: 80vh;
    width: 100%;
    background-color: black;
    opacity: .4;
}

#black1 {
    content: "";
    position: absolute;
    top: 1;
    left: 0;
    height: 80vh;
    width: 100%;
    background-color: black;
    opacity: .7;
}

.cont {
    width: 100%;
    height: 80vh;
    overflow: hidden;
}

.images img {
    height: 100%;
    width: 100%;
}

.w-i-b-h:hover {
    scale: 1.2;
    cursor: pointer;
}

#products {
    padding: 2rem 1rem;
    overflow: hidden;
    background: aliceblue;
    background-repeat: no-repeat;
    width: auto;
    height: auto;
    z-index: 0;
}

.pro-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pro-img p {
    text-align: center;
    font-weight: 400;
    color: rgb(0, 0, 0);
    font-size: .8em;
}

.pro-img h5 {
    font-weight: 900;
    line-height: 1;
    margin-top: 1em;
    color: rgb(0, 0, 0);
}

.h-prod-img {
    width: 90%;
    height: 60%;
    border-radius: 5px;
    box-shadow: 1;
    box-shadow: 3px 3px 9px rgb(197, 197, 202);
}

.h-prod-img:hover {
    scale: 1.05;
    cursor: pointer;
}



@media screen and (max-width: 990px) {
    .in-w-c-b-e {
        display: none !important;
    }

    .ab-h-p {
        display: none !important;
    }
}