.product { } .lt-body { cursor: pointer; background-color: inherit; } .lt-body a:hover > .product-description-box { background-color: rgba(255,255,255,0.8); } .caption a:hover > .product-description-box { background-color: rgba(255,255,255,0.8); } .product-description-box { position: absolute; bottom: 0; left: 0; height: 33px; width: 100%; background-color: rgba(255,255,255,0.5); color: #0b0b0b; cursor: pointer; } .product-description-box:hover { background-color: rgba(255,255,255,0.8); } @media only screen and (min-width: 992px) and (max-width: 1199px) { .product-description-box span.name { padding-left: 20px!important; } .product-description-box span.arrow { padding-right: 20px!important; } } .product-description-box span.name { padding-left: 15px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; max-width: 80%; float: left; line-height: 33px; } .product-description-box span.arrow { max-width: 20%; float: right; line-height: 33px; padding-right: 10px; font-size: 9px; } .splash-img { display: block; margin: 0 auto; height: 100%; border-radius: 10px; } .splash-img img { margin: 0 auto; width:100%; } .static-text p.text-header { color: #cd2222; } .static-text p.text { vertical-align: top; text-align: justify; } .static-text ul.features { margin: 25px 0; } .static-text ul.features li{ padding-left: 50px; padding-bottom: 10px; background: url(../images/ok3.png) no-repeat left center; } .video-holder iframe{ float: right; height:300px; width: 100%!important; margin-top: 10px; margin-right: 5px; } .shape { height: 100%; background-size: cover; background-position: 50%; background-repeat: no-repeat; } .shape:after { content: '\200B'; } .categories td>a:hover { background-color: #cd2122; color: #fff; } .categories td>a { /* background-color: #cd2122; */ /* color: #fff; */ padding: 10px 15px; border-radius: 10px; font-weight: 600; /* letter-spacing: 1px; */ font-size: 15px; transition: 300ms; } .categories td { padding: 5px; } .categories { margin: 0 auto; } .table-categories { display: table; float: none; margin: 0 auto; } .table-categories .table-categories-row { display: table-row; } .table-categories .table-categories-row .table-categories-cell { display: table-cell; } .table-categories .table-categories-row .table-categories-cell>a { padding: 7px 15px; border-radius: 10px; font-weight: 600; font-size: 15px; transition: 300ms; } .table-categories .table-categories-row .table-categories-cell>a:hover{ background-color: #cd2122; color: #fff; } @media (max-width: 767px) { .table-categories { display: block; } .table-categories .table-categories-row { display: block; } .table-categories .table-categories-row .table-categories-cell { display: inline-grid; } .table-categories .table-categories-row .table-categories-cell>a { padding: 10px 15px; border-radius: 10px; font-weight: 600; font-size: 15px; transition: 300ms; } .table-categories .table-categories-row .table-categories-cell>a:hover{ background-color: #cd2122; color: #fff; } }