@charset "UTF-8";

.no-content-image {
  object-fit: contain;
}

/* Same breakpoint as UIKIT V3*/
@media screen and (max-width: 959px) {
  .preview-height {
    height: 120px;
  }
  .header-height {
    height: 40px;
  }
  .header-logo-height {
    height: 60px;
  }
  .blend-text-in-prev {
    font-size: 30px;
    font-weight: bold;
    color: #b1dff1;
    text-align: center;
    line-height: 20px;
    mix-blend-mode: darken;
  }
  .mobile-hide {
    display: none;
  }
  .accordion-title {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 960px) {
  .preview-height {
    height: 140px;
  }
  .header-logo-height {
    height: 60px;
  }
  .blend-text-in-prev {
    font-size: 30px;
    font-weight: bold;
    color: #b1dff1;
    text-align: center;
    line-height: 20px;
    mix-blend-mode: darken;
  }
  .mobile-hide {
    display: "block";
  }
  .accordion-title {
    font-size: 20px !important;
  }
}
