/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2021/6/3, 下午 03:56:10
    Author     : bochi
*/

.util-product-innovation-modal .modal-return-icon{
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.util-product-innovation-modal .modal-content{
    height: 100%;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: conver;
    background-position: center;
}
.product-innovation-container .row{
    margin: 20px;
    color: #fff;
}
.product-innovation-container .row img{
    width: 100%
}
.product-innovation-container .row .product-innovation-video-btn{
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    border-radius: 50%;
    font-size: 150%;
    color: #ff0000;
    background-color: rgba(255,255,255,0.8);
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.product-innovation-container .row .product-innovation-video-btn:hover{
    color: #ffffff;
    background-color: #ff0000;
}
.product-innovation-container .row .product-innovation-noimage{
    height: 100%;
    background-size: 68%;
    -moz-background-size: cover;
    -webkit-background-size: conver;
    background-position: center;
    background-repeat: no-repeat;
}
.product-innovation-container .row .product-innovation-title{
    font-size: 1.5rem;
    margin-top: 10px;
}
.product-innovation-container .row .product-innovation-content{
    font-size: 1rem;
}
.product-innovation-container .row .text-ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-innovation-container .row .product-innovation-more-btn{
    display: block;
}
