.products-canvas {
    background: url('../img/BG-1.png');
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    
    min-height: 600px;
}
.products-canvas1 {
    background: url(../img/BG-1.png);
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    
    min-height: 600px;}

.products-canvas::before {
    content: '';
    background: url('../img/BG-2.png');
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    position: absolute;
}

.products-canvas .product {
    position: absolute;
    width: 150px;
    overflow: hidden;
    transform-origin: bottom;
    text-align: center;
    cursor: pointer;
}



.products-canvas a.product:hover {
    filter: brightness(65%);
}


.products-canvas .product .product-title {
    font-size: 25pt;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}

.products-canvas .product .product-description {
    font-size: 15pt;
    margin-bottom: 10px;
}


.products-canvas .product .product-icon {
    height: 150px;
    width: 150px;
    margin: 0 auto;
    background-size: 100% 100%;
}

.products-canvas .product .product-bar {
    height: 70px;
    width: 4px;
    margin: 0 auto;
    margin-top: -2px;
}

.products-canvas .product .product-buttom {
    width: 30px;
    height: 30px;
    left: 50%;
    bottom: 0;
    margin: 0 auto;
    border-radius: 50%;
}

@media only screen and (max-width: 676px) {
    .products-canvas{
        display: none;
    }}
@media only screen and (min-width: 676px) {
        #products1{
            display: none;
        }}