
.bg-video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    /*height: 100vh;
    z-index: -1;
    width: fit-content;*/
}
.img-container-table{
    font-size: 1.4em;
    font-weight: 500;
}
.product-category {
    font-weight: 300;
}
.coming-soon-msg{
    text-align: end;
    padding: 20px 0px 40px !important
}

.product-name{
    grid-column: 1 / 3;
    font-size: 1.1em;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.product-category, .product-price, .product-url {
    grid-column: 2 / 3;
}
.coming-soon-msg{
    grid-column: 1 / 3;
}