/*Media Box Image Contain */
.three-media-box-button_block .three-media-box-button_card .media-box-button_card .media-image {
    background-size: contain;
    background-repeat: no-repeat;
}
.carousel-inner .paragraph__column {
    padding: 0 !important;
}
/* Alerts */
.cwb-alerts--ticker .ticker-row {
    vertical-align: middle;
    display: flex;
    justify-content: center;
    line-height: auto;
}
.block-views-blockalerts-cwb-alerts-ticker .ticker-content {
    text-align: center;
    position: relative;
    flex-basis: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-self: center;
}