#list_injection .prod_img {
    max-width: 100%;
    box-shadow: 0 0px 14px rgba(0,0,0,0.2);
max-height: 100%;
height: 100%;
}
#list_injection .Fr_img{
  position: relative;
height:220px;
}
     #list_injection .hover{height:0px;transition:height 0.3s ease;background: rgba(0,0,0,0.33);width:100%;position:absolute;top: 0px;left: 0px;/* text-align:center; */overflow: hidden;display: flex;align-items: center;}
     #list_injection .th:hover .hover{height: 100%;}
   

       #list_injection .th:hover .product_content{
display:block;
}
#list_injection .product{
    /*max-height: 210px;*/
    position: relative;
}
#list_injection .product_btn, .product_btn2 {
    display: block;
    color: #FFFFFF;
    width: 42%;
    margin: 0px auto;
    height: 39px;
    line-height: 39px;
    text-align: center;
text-transform: capitalize;
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s ease-out;
    border: 1px solid #a8a8a7;
    width: 195px;
    transition: center;
    font-weight: normal;
    /* position: absolute; */
    /* bottom: 20px; */
    /* right: 20px; */
}
#list_injection .product_btn2 {
display:none;
}
#list_injection .product:hover .product_btn, .product:hover .product_btn2{
transition: 0.3s;
    text-decoration: none;
    background-color: #f9140c;
    border: 1px solid #f9140c;
}
@media (max-width: 768px){
#list_injection .img{
    display: flex;
    justify-content: center;
    margin-bottom: 10vh;
}
#list_injection .Fr_img {
    padding: 1vh;
padding-bottom:0;
}
}
@media (max-width: 991px)
{
#list_injection .product_btn, .th:hover .hover, .hover{
display:none;
height:0%;
}
#list_injection .th:hover .hover {
    height: 0;
}
#list_injection .product_btn2{
display:block;
width:100%;
    background-color: #f9140c;
    border: 1px solid #f9140c;
}
}

