@media screen and (min-width:1023px) {
  h1.larger-h1 { 
        font-size: 4rem;
    line-height: 1.05em;
    max-width: 60% !important;
  }
}

.remove_bottom-mob {
  padding-bottom:0 !important;
}

{% if not left_image and not right_image %}
.platform-fadein {
  min-height:0;
}
{% endif %}

  {% endif %}

.make_relative {
  position:relative;
}


.platform-fade__center-standard { 
      max-width: 60%;
  
}
.platform-fade__center-large { 
      max-width: 75%;
  
}
.platform-fade__center-small { 
      max-width: 40%;
  
}

.platform-fade__center-medium { 
      max-width: 50%;
  
}


@media screen and (max-width:740px) {
  .platform-fade__center-large, .platform-fade__center-small, .platform-fade__center-medium { 
        max-width: 100%;
  }

}