diff --git a/procentric/application/hoteltv.app.full.ctzgen.css b/procentric/application/hoteltv.app.full.ctzgen.css index 284a9e3..44b9a33 100755 --- a/procentric/application/hoteltv.app.full.ctzgen.css +++ b/procentric/application/hoteltv.app.full.ctzgen.css @@ -114,21 +114,25 @@ width: 620px; height: 830px; color: rgb(255, 255, 255); - background-color: rgba(0, 0, 0, 0.5); + background-color: rgba(0, 0, 0, 0.7); padding: 0px 12px 0px 12px; overflow: hidden; } .main .ctzgen .bg .owl-carousel .owl-item .ctz_desc_frame #ctz_title { position: absolute; + display: flex; font-size: 44px; - line-height: 44px; + /* line-height: 44px; */ + line-height: 1; height: 100px; width: 100%; padding: 10px; white-space: pre-wrap; overflow: hidden; text-overflow: ellipsis; + /* justify-content: center; */ + align-items: center; } .main .ctzgen .bg .owl-carousel .owl-item .ctz_desc_frame #ctz_thumbnail {