/* --- PRODUCT LIST START --- */
.products{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.products .productList{
    width: 250px;
    height: 250px;
    border: 2px solid;
    border-image: linear-gradient(transparent 0%, #444 10%, transparent 90%, #888 100%) 1;
    margin: 10px 16px 16px 16px;
}
.products .productList .product{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.products .productList .product .img{
    height: 70%;
}
.products .productList .product .text{
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.products .productList .product img{
    width: 230px;
    padding: 10px;
}
.products .productList .text h3{
    color: #ddd;
}
/* --- PRODUCT LIST END --- */










/* --- BANNER VIDEO START --- */
.bannerPhoto{
    object-fit: cover;
}
/* --- BANNER VIDEO END --- */










/* --- VIDEO START --- */
.video{
    margin-top: 57px;
}
.video iframe{
    width: 100%;
    height: 557px;
    border: 10px solid;
    border-image: linear-gradient(transparent 0%, #444 10%, transparent 90%, #888 100%) 1;
}
/* --- VIDEO END --- */










/* --- PROJECT LIST START --- */
.projectList{
    margin-top: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.projectList .project{
    height: 300px;
    margin: 10px 0 10px 0;
}
.projectList .project img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* --- PROJECT LIST END --- */