@media screen and (min-width: 1281px) {

    /*Control the product image*/
    .product-cover {
        height: 26vh;
        object-fit: cover;
    }

}




@media screen and (max-width: 1280px) {

    /*Control the product image*/
    .product-cover-mobile {
      height: 40vh;
      object-fit: cover;
    }

}



.trim_title_short{
    width: 25vh;
    text-align: center;
    white-space  : nowrap;
    overflow     : hidden;
    text-overflow: ellipsis;
}


/*Make the button background transparent*/
.transp_btn{
    background-color: transparent;
}
