.splash-boxes > div .splash-content {
  padding: 10px;
  height: 100%; }
.splash-boxes > div.splash-effect > div {
  overflow: hidden; }
.splash-boxes > div.splash-effect .splash-title {
  display: inline-block;
  width: 100%; }
.splash-boxes > div.splash-effect .splash-content {
  background-color: rgba(255, 255, 255, 0.8);
  color: #373737;
  transition: opacity 0.4s, margin 0.4s, top 0.3s;
  z-index: 50; }
.splash-boxes > div.splash-effect.splash-effect-blend .splash-content {
  opacity: 0;
  position: relative; }
.splash-boxes > div.splash-effect.splash-effect-blend:hover .splash-content {
  opacity: 1;
  transition: opacity 0.4s, margin 0.4s, top 0.3s; }
.splash-boxes > div.splash-effect.splash-effect-slide .splash-title {
  position: relative; }
.splash-boxes > div.splash-effect.splash-effect-slide .splash-content {
  position: relative;
  top: -120%; }
.splash-boxes > div.splash-effect.splash-effect-slide:hover .splash-content {
  top: 0;
  transition: opacity 0.4s, margin 0.4s, top 0.3s; }
.splash-boxes > div .splash-title {
  padding: 5px;
  text-align: center;
  font-weight: bold;
  z-index: 100; }
.splash-boxes .splash-has-link {
  cursor: pointer; }
.splash-boxes .splash-has-background-image {
  position: relative; }
  .splash-boxes .splash-has-background-image > div {
    overflow: hidden;
    position: relative; }
  .splash-boxes .splash-has-background-image .splash-background-image {
    position: absolute;
    top: auto;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%; }
    .splash-boxes .splash-has-background-image .splash-background-image img {
      display: none; }
.splash-boxes.splash-height-50 > div > div {
  min-height: 50px; }
.splash-boxes.splash-height-100 > div > div {
  min-height: 100px; }
.splash-boxes.splash-height-150 > div > div {
  min-height: 150px; }
.splash-boxes.splash-height-200 > div > div {
  min-height: 200px; }
.splash-boxes.splash-height-250 > div > div {
  min-height: 250px; }
.splash-boxes.splash-height-300 > div > div {
  min-height: 300px; }
.splash-boxes.splash-height-350 > div > div {
  min-height: 350px; }
.splash-boxes.splash-height-400 > div > div {
  min-height: 400px; }
.splash-boxes.splash-height-450 > div > div {
  min-height: 450px; }
.splash-boxes.splash-height-500 > div > div {
  min-height: 500px; }

@media (max-width: 48em) {
  .splash-boxes .splash-has-background-image .splash-background-image {
    position: relative;
    height: auto;
    background: none; }
    .splash-boxes .splash-has-background-image .splash-background-image img {
      display: block; }
  .splash-boxes > div.splash-effect .splash-content {
    opacity: 1 !important;
    top: 0 !important; } }
.mi-splash-box .splash-title {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  z-index: 100; }
.mi-splash-box .splash-content-wrapper {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  position: relative; }
  .mi-splash-box .splash-content-wrapper .splash-content {
    padding: 10px; }
.mi-splash-box[data-url] {
  cursor: pointer; }
@media (min-width: 48em) {
  .mi-splash-box.splash-height-50 .splash-content-wrapper, .mi-splash-box.splash-height-50 .splash-content {
    min-height: 50px;
    height: 100%; }
  .mi-splash-box.splash-height-100 .splash-content-wrapper, .mi-splash-box.splash-height-100 .splash-content {
    min-height: 100px;
    height: 100%; }
  .mi-splash-box.splash-height-150 .splash-content-wrapper, .mi-splash-box.splash-height-150 .splash-content {
    min-height: 150px;
    height: 100%; }
  .mi-splash-box.splash-height-200 .splash-content-wrapper, .mi-splash-box.splash-height-200 .splash-content {
    min-height: 200px;
    height: 100%; }
  .mi-splash-box.splash-height-250 .splash-content-wrapper, .mi-splash-box.splash-height-250 .splash-content {
    min-height: 250px;
    height: 100%; }
  .mi-splash-box.splash-height-300 .splash-content-wrapper, .mi-splash-box.splash-height-300 .splash-content {
    min-height: 300px;
    height: 100%; }
  .mi-splash-box.splash-height-350 .splash-content-wrapper, .mi-splash-box.splash-height-350 .splash-content {
    min-height: 350px;
    height: 100%; }
  .mi-splash-box.splash-height-400 .splash-content-wrapper, .mi-splash-box.splash-height-400 .splash-content {
    min-height: 400px;
    height: 100%; }
  .mi-splash-box.splash-height-450 .splash-content-wrapper, .mi-splash-box.splash-height-450 .splash-content {
    min-height: 450px;
    height: 100%; }
  .mi-splash-box.splash-height-500 .splash-content-wrapper, .mi-splash-box.splash-height-500 .splash-content {
    min-height: 500px;
    height: 100%; } }
@media (min-width: 48em) {
  .mi-splash-box {
    display: flex;
    flex-direction: column;
    height: 100%; }
    .mi-splash-box .splash-background-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      object-fit: cover;
      width: 100%;
      height: 100% !important; }
      .mi-splash-box .splash-background-image img {
        object-fit: cover; }
    .mi-splash-box.splash-effect .splash-title {
      width: 100%; }
    .mi-splash-box.splash-effect .splash-content {
      background-color: rgba(255, 255, 255, 0.8);
      color: #373737;
      transition: all 0.35s;
      z-index: 50; }
    .mi-splash-box.splash-effect.splash-effect-blend .splash-content {
      opacity: 0;
      position: relative; }
    .mi-splash-box.splash-effect.splash-effect-blend:hover .splash-content {
      opacity: 1;
      transition: all 0.35s; }
    .mi-splash-box.splash-effect.splash-effect-slide .splash-title {
      position: relative; }
    .mi-splash-box.splash-effect.splash-effect-slide .splash-content {
      position: relative;
      margin-top: -120%; }
      .mi-splash-box.splash-effect.splash-effect-slide .splash-content:before {
        content: '';
        height: 100%; }
    .mi-splash-box.splash-effect.splash-effect-slide:hover .splash-content {
      margin-top: 0;
      transition: all 0.35s; } }
@media (max-width: 48em) {
  .mi-splash-box.splash-has-background-image .splash-content-wrapper {
    height: auto;
    background-image: none !important; }
  .mi-splash-box.splash-effect .splash-content {
    opacity: 1 !important;
    top: 0 !important; } }

.mi-splash-block .splash-title {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  z-index: 100; }

/*# sourceMappingURL=style.css.map */
