img {
  width: 100%;
  height: auto;
}

.caption {
  display: inline-block;
  padding: 2px 6px;
  position: absolute;
  bottom: var(--border-width);
  font-size: 0.6rem;
  background-color: var(--box-bg-color);
  max-width: calc(100% - 2 * var(--border-width));
  opacity: 0.7;
  cursor: default;
}

@media (max-width: 480px) {
  .caption {
    /* position: relative; */
    margin-top: 10px;
  }
}

.caption:hover,
.caption:focus {
  opacity: 1;
}

.caption:not(.left) {
  right: var(--border-width);
}

.caption.left {
  left: var(--border-width);
}

.imageAutoFillSpace .inner {
  height: 100%;
}

.imageAutoFillSpace img {
  height: 100%;
  object-fit: cover;
}

.logobox img {
  display: inline-block;
  margin: 10px 30px 20px;
  width: auto;
  height: auto;
  max-width: 210px;
  max-height: 80px;
}

.logoscale2021 img {
  display: inline-block;
  margin: 10px 30px 20px;
  width: auto;
  height: auto;
  max-width: 240px;
  max-height: 175px;
}

.elastic-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.elastic-embed video {
  max-width: 100%;
}

.responsive-asset {
  display: block;
  width: 100%;
  height: auto;
}

.elastic-embed figure {
  margin: 0;
}

.elastic-embed iframe,
.elastic-embed [data-type='placeholder'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.download-selector {
  padding: 6px 0 0 12px;
  line-height: 150%;
}

.download-selector a {
  text-decoration: underline;
}

.download-selector input:checkbox {
  float: left;
}
