.dmif-w-carousel-title {
    font-size: 16px;
    line-height: 1.5em;
    padding-bottom: 0px;
    color: #ffffff;
}

.dmif-w-carousel-date {
    margin-top: -12px;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
}

.dmif-w-carousel-description {
    overflow-y: auto;
    font-size: 13px;
    line-height: 1.5em;
    flex: 1 1 auto;
    color: #ffffff;
}

.selector {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@supports (display: -webkit-box) {
  .selector {
    /* autoprefixer: off */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
  }
}

.emnetag-w {
	position: absolute;
	margin-left: 14px;
	margin-top: 14px;
	width: 110px;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 700;
	color: #003316;
	background-color: #ffffff;
	padding: 2px;
	border-radius: 50px;
	z-index: 1000;
}


.xw-pc__bullet--active,.xw-pc__bullet:focus,.xw-pc__bullet:hover {
    color: var(--xw-pages-carousel-bullet-hover-color,#dc0827);
    border-color: #e7e7ea;
}

.xw-pc__arrow {
    position: absolute;
	margin-left: -10px;
	margin-right: -10px;
    top: 35%;
    z-index: 2;
    padding: 0;
    opacity: 1;
    cursor: pointer;
    transition: opacity .15s ease, border .3s ease-in-out;
    transform: translateY(-50%);
    line-height: 1;
    background-color: var(--xw-pages-carousel-arrow-bg, #e7e7ea);
    width: 50px;
    height: 50px;
    border: var(--xw-pages-carousel-arrow-border, 1px solid #003316);
    border-radius: 50%;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--xw-pages-carousel-arrow-color, #003316);
    font-size: 30px;
}
