.cd-tile-h-box {
    box-shadow: 0 2px 8px rgba(0,0,0,.12);
    transition: transform .2s ease, box-shadow .2s ease;
}

.cd-tile-h-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0,0,0,.22);
}

.cd-news-detail .cd-carousel-item {
max-height: 300px;
overflow: hidden;
}

.cd-news-detail .cd-carousel-item img {
width: 100%;
height: 300px;
object-fit: contain;
}


.cc-revoke {
    display: none !important;
}



@media (max-width: 1200px) {
  .cd-backgroundPane {
    background-size: 100% auto !important;
    background-position: center center !important;
  }
}