.newsContentElements .promisliderOuter {
    margin-left: -30px;
    margin-right: -30px;
}
.promislider_wrap {
    position:relative;
    overflow: hidden;
    width:100%;
}

.promislider {
	font-family: "klavika_regularbold", Verdana, sans-serif;
    position: absolute;
    height: 40px;
    width: 100%;
    line-height: 2.6em;
    white-space: nowrap;
}

.promisliderBg {
	background-color: #6c6c6c;
	color: #fff;
    float: left;
    height: 43px;
    text-align: center;
    width: 9999999999999%;
    padding-bottom: 3px;
    display: flex;
    align-items: center;
}

.promisliderBg a {
	text-decoration: none !important;
}

.promisliderBg a:hover {
	color: #ccc !important;
}

.promislider p {
    display:inline;
    white-space: nowrap;
}

.promislider_wrap .header1 .header {
    font-size: 2.085em;
    line-height: 1.1em;
}

@media (max-width: 700px) {
    .promislider_wrap .header1 .header {
        text-align: center;
    }
}