/**
 * FasciculusEdu's theme implementation.
 */
.paragraph--slideshow-item {
  height: 56.25vw;
  max-height: 35em;
  background-size: cover;
  background-position-y: 22%;
}
.paragraph--slideshow-item .content {
  max-width: 500px;
  font-size: 1.15rem;
}
.paragraph--slideshow-item .content .btn {
  margin-top: 1rem;
}

@media (max-width: 991.98px) {
  .wrap-mobile {
    padding-top: 20px;
  }
  .wrap-mobile .h1 {
    font-size: 2.2rem !important;
  }
  .wrap-mobile .field--name-field-text {
    font-size: 1.15rem !important;
    margin-bottom: 1rem !important;
  }
}