@charset "utf-8";

/* class ElasticImage */
.trim {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.trim > .board {
  position: relative;
  margin: auto;
  height: 100%;
}

.trim > .board > .base {
  width: 100%;
  height: 100%;
  position: relative;
}

.trim > .board > .base > .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
}

.trim > .board > .base > .content > .element {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .article {
      display: none;
  }
}

.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

.section {
  position: relative;
  width: 100%;
}

.section::after {
  clear: both;
  content: "";
  display: block;
}

.wrapper {
  position: relative;
  width: 100%;
}

.wrapper::after {
  clear: both;
  content: "";
  display: block;
}

.extend {
  display: block;
}

.extend > .board {
  display: table;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  line-height: 1;
  text-align: center;
}

.extend > .board > .base {
  display: table-cell;
  vertical-align: middle;
}

.extend > .board > .base > .content {
  display: inline-block;
  vertical-align: bottom;
}

.stretch {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.stretch > .board {
  display: table;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  line-height: 1;
  text-align: center;
}

.stretch > .board > .base {
  display: table-cell;
  vertical-align: middle;
}

.stretch > .board > .base > .content {
  display: inline-block;
  vertical-align: bottom;
}

.trim {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.trim > .board {
  position: relative;
  margin: 0 auto;
  height: 100%;
}

.trim > .board > .base {
  width: 100%;
  height: 100%;
  position: relative;
}

.trim > .board > .base > .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
}

/* .trim.slide-only-small > .board > .base > .content > .element {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: unset;
  height: 100%;
}

.trim.slide-both > .board > .base > .content > .element {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100%;
}

*/

.trim.middle > .board > .base > .content > .element {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
}

.table {
  display: table;
  margin: 0 auto;
}

.table .table-cell {
  display: table-cell;
  vertical-align: middle;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.absolute {
  position: absolute;
}
