.mdl_fullscreen_slider {
  position: absolute;
  width: 100%;
  height:calc(100vh - 281px);
  top: 240px;
  left:0;
  right:0;
  margin:auto;
  padding:0px;
  display: block;
  overflow: hidden;
  box-sizing:border-box;
  //pointer-events:none;
  min-height:300px;
  max-width:2580px;
  max-height:1966px;
}

.fullscreenParent {
  height:calc(100vh - 341px);
}

#ext-content-full .fullscreenParent {
  height:calc(100vh - 439px);
}

.tns-outer,
.tns-inner {
  height: 100%;
}

.mdl_fullscreen_slider .slides,
.mdl_fullscreen_slider .list_item {
  height:100% !important;
}

.mdl_fullscreen_slider .list_item {
  position:relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.mdl_fullscreen_slider .text_wrapper {
    position: absolute;
    width: 534px;
    right: 0;
    top: 30px;
    height:220px;
    text-align:left;
  padding:20px 20px 50px 20px;
  box-sizing:border-box;
  background-color:rgba(0,0,0,0.7);
  color:#FFF;
  pointer-events:auto;
}

.mdl_fullscreen_slider .text_container {
  width:100%;
  height:100%;
}

.mdl_fullscreen_slider .headline {
  font-size:19px;
  font-weight:600;
  margin:0 0 20px 0;
}

.mdl_fullscreen_slider .link_article {
    border-bottom: 1px solid #FFF !important;
}

.mdl_fullscreen_slider .slides {
  background-color:#FFF;
  padding: 0px;
}

.mdl_fullscreen_slider .flex-control-nav {
    position: absolute;
    z-index: 10;
//    right: 2.3%;
//    bottom: 6.5%;
    width: 534px;
    height: 220px;
    display:block;
    left:auto;
    text-align:left;
//    transform: translateX(226px) translateY(195px);
    pointer-events:auto;
//    top: 4%;
//    padding-bottom: 2.3%;
    top: 0px;
    right: 0px;
    margin: 485px 40px 0 0;
    left: auto;
    bottom: auto;
//    margin: 0;
//    transform: translateX(40%);
    text-align: center;
}

.flex-direction-nav {
  display:none;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0% 0%;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 0;
    box-shadow: none;
    border-bottom:none !important;
}

.flex-control-paging li a.flex-active {

    cursor: default;
    background: #FFF;

}

#ext-all {
    margin-bottom:0 !important;
    position:static !important;
}

#ext-all:before {
    content:normal !important;
}

#ext-footer {

    margin: 0 auto 11px auto !important;
}

.tns-outer .tns-nav {
  margin-bottom: 15px;
}

.tns-outer .tns-nav button {
  width: 12px;
  height: 12px;
  border: 1px solid #000000;
  display: inline-block;
  padding: 0px;
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0% 0%;
  margin: 0 6px;
}

.tns-outer .tns-nav button.tns-nav-active {
  background-color: #000000;
}