

.mobile-only {
  display:block;
}

@media screen and (min-width:576px){
  .mobile-only{
    display:none;
  }
}
.chapter-title {
 font-weight: 400;
    font-style: normal;
    text-transform: lowercase;
    z-index: 1;
    font-family: var(--font-heading);
    --font-size-min-value: 1;
    --font-size-max-value: 25;
    --font-size-scaler-value: 10;
    font-size: var(--font-size);
    line-height: var(--line-height);
    height: 50vh;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -46%;
    line-height: 45vh;
  width:calc(100vw - 10%);
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


 @media screen and (max-width:576px) {
  .chapter-title{
    left:0;
  margin-left:0;
  margin-top:0;
  margin-bottom:1rem;
  }
 }
@media only screen and (max-width: 576px) {
  .chapter-title {
  height:15vh;
    line-height:15vh;
  }
}
/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:project-chapter-title] [19.261] DESIGN*/
/*******************************************************************/
/* 0.5 D>D */
/* db 145 */