/* Id: 7.3558494.1609139154
 * Generated: 27.10.2021 4:19:51
 */
    .featured-media__caption {
  font-weight: 700;
}

.featured-media__image img {
  height: 170px; /* tälle pitäisi tehdä joka breakpointille omat korkeudet */
  object-fit: cover;
}

@media screen and (max-width: 748px) {
  .featured-media__image, .featured-media__video {
    padding-bottom: 0.2em;
  }
}

      