.media-object img { display: block; }

.tabledrag-handle .handle {
  box-sizing: content-box;
}

.breadcrumb { margin: 0 0 20px 0; }

html .element-nojs {
  display: block;
}
html .element-js {
  display: none;
}
html.js .element-nojs {
  display: none;
}
html.js .element-js {
  display: block;
}
.stage .medianode {
  overflow: hidden;
  position: relative;
  max-height: 60vh;
}
.stage .medianode {
  overflow: hidden;
  position: relative;
}
.stage .main-slider {
  padding: 0;
}
/*.stage .medianode::before {*/
/*  content: " ";*/
/*  display: block;*/
/*  background-image: url(../img/stage_gutter.svg);*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*  overflow: hidden;*/
/*  height: 120%;*/
/*  padding-top: 56.25%;*/
/*  position: absolute;*/
/*  opacity: 0.5;*/
/*  right: -32px;*/
/*  width: 100%;*/
/*  transform: rotate(-5.5deg);*/
/*  top: -57px;*/
/*}*/
.stage figure,
.stage .medianode img {
  width: 100%;
  margin: 0;
}
.stage {
  max-width: 1170px;
  margin: auto;
}
.stage figcaption {
  z-index: 1;
}
header .header-bar .logo {
  margin-bottom: 0;
  margin-top: 4px;
  width: 6rem;
}
@media only screen and (min-width: 768px) {
  header .header-bar .logo {
    margin-top: 10px;
    width: 9rem;
  }
}
@media only screen and (min-width: 992px) {
  header .header-bar .logo {
    margin-top: 13px;
    width: 12rem;
  }
}
@media only screen and (min-width: 1200px) {
  header .header-bar .logo {
    margin-top: 8px;
    width: 14rem;
  }
}