@media screen and (max-width:580px){


.divGround .tblProductsView{
    width: 99%;
    height:auto;

    border:none;
    background: none;
    background-color: none;
    background-image: none;

    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
}
.divGround .tblProductsView .tbltrProductsView{
    border:none;
    background: none;
    background-color: none;
    background-image: none;
}
.divGround .tblProductsView .tbltrProductsView .tbltrtdProductsView{
    border:none;
    background: none;
    background-color: none;
    background-image: none;
}


.divGround .tblProductsView .tbltrProductsView .tbltrtdProductsView .tblProductsList{
    width: 99%;
    height:auto;

    border:none;
    background: none;
    background-color: lightgray;
    background-image: none;

    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
}
.divGround .tblProductsView .tbltrProductsView .tbltrtdProductsView .tblProductsList tr td{
    border:none;
    background: none;
    background-color: honeydew;
    background-image: none;
}
.divGround .tblProductsView .tbltrProductsView .tbltrtdProductsView .tblProductsList tr td .aByLink{
    text-decoration: none;
    border:none;
    background: none;
    background-color: lightgray;
    background-image: none;   

}
.divGround .tblProductsView .tbltrProductsView .tbltrtdProductsView .tblProductsList tr td .aByLink:hover{
    text-decoration: none;
    border:none;
    background: none;
    background-color: #00aab4;
    background-image: none;
}
.divGround .tblProductsView .tbltrProductsView .tbltrtdProductsView .tblProductsList tr td .imgABC{
    width: 40%;
    height:auto;
    border-radius: 10px;
    border:none;
    background: none;
    background-color: none;
    background-image: none;
}



.divGround .tblProductsView .tbltrProductsView .tbltrtdProductsView .tblProductsList tr td .h2____Tag{
    color:#636466;
    font-size: 13px;
    font-weight: lighter;
}
.divGround .tblProductsView .tbltrProductsView .tbltrtdProductsView .tblProductsList tr td .h2____Tag:hover{
    color:#00aab4;    
}

.divGround .tblProductsView .tbltrProductsView .tbltrtdProductsView .tblProductsList tr td .aByLink{
    color:red;
}
.divGround .tblProductsView .tbltrProductsView .tbltrtdProductsView .tblProductsList tr td .imgABC{
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    shape-outside: polygon(0 0, 100% 0, 80% 100%, 20% 100%);

    opacity: 80%;    
    transition: 1.0s;    
    cursor: pointer;

    width: 40%;
    height:auto;
    border-radius: 10px;
    
    
}
.divGround .tblProductsView .tbltrProductsView .tbltrtdProductsView .tblProductsList tr td .imgABC:hover{
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    shape-outside: polygon(0 0, 100% 0, 80% 100%, 20% 100%);

    opacity: 100%;    
    transition: 1.0s;    
    cursor: pointer;

    width: 100%;
    height:auto;
    border-radius: 10px;
}



}