#imperialdeal_ultime_news_widget h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Roboto', 'Adjusted Arial Fallback';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#imperialdeal_ultime_news_widget .imperialdeal_img_container {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    overflow: hidden;
    height: 110px;
}

#imperialdeal_ultime_news_widget img {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 100%;
}

#imperialdeal_ultime_news_widget h3 a {
    color: #000;
}

#imperialdeal_ultime_news_widget h3 a:hover {
    color: #BE1328;
}

/* Fix iPad Pro */
@media screen and (min-width: 1024px) and (max-width: 1024px) {

    #imperialdeal_ultime_news_widget .col-md-2 {
        width: 12% !important;
    }

    #imperialdeal_ultime_news_widget .col-md-10 {
        width: 88% !important;
    }

}

@media screen and (min-width: 380px) and (max-width: 1199px) {

    #imperialdeal_ultime_news_widget .imperialdeal_img_container {
        width: 120px;
    }

    #imperialdeal_ultime_news_widget .imperialdeal_content_notizia {
        width: calc(100% - 120px);
    }

}