
.demo_wrapper {
	width: 50%;
	margin: 0 auto;
}
@media only screen and (max-device-width: 800px), screen and (max-width: 800px) {
  .demo_wrapper {
    width: 80%;
  }  
}
.demo_block {
	width: 100%;
}


/* News */
.news-slider {
  /* Style the actual content */
}
.news-slider .text-content {
  position: absolute;
  top: 0;
  /* left: 0; */
  /* right: 0; */
  background-color: rgba(255, 255, 255, 0.2);
  padding: 1em;
  width: 100%;
  height: 100%;
  text-align: center;
  /* display: table; */
}
.news-slider .text-content span {
    display: table-cell;
    width: 100%;
    height: 100%;
    /* border: 2px solid pink; */
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
}


.news-slider .text-content h2 {
  margin: 0;
}
.news-slider .text-content p {
  margin: 1em 0;
}
.news-slider .text-content a.button-link {
  padding: 0.25em 0.5em;
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.news-slider .image-content {
  line-height: 0;
  /* min-height:400px; */
  /* max-height: 450px; */
  width: 100%;
  /* position: absolute; */
  /* top: 0; */
  /* bottom: 0; */
  /* left: 0; */
  /* right: 0; */
  /* height: 100%; */
}
.news-slider .image-content img {
  max-width: 100%;
  width: 100%;
}
.news-slider .sliderimg {
	min-height:400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	max-height: 450px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/* position: absolute; */
	xheight: 400px;
}
.news-slider .news-pager {
  text-align: right;
  display: block;
  margin: 0.2em 0 0;
  padding: 0;
  list-style: none;
}
.news-slider .news-pager li {
  display: inline-block;
  padding: 0.6em;
  margin: 0 0 0 1em;
}
.news-slider .news-pager li.sy-active a {
  color: #31ace2;
}
.news-slider .news-pager li a {
  font-weight: 500;
  text-decoration: none;
  display: block;
  color: #222;
}