#app-header {
padding: 0;
height: 101px;
background-color: white;

}

div.fill-screen {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
}

image.resize{
    width: auto; /* you can use % */
    height: auto; 
object-fit: cover;
}

image.make-it-fit {
    max-width: 100%;
    max-height: 100%;
}

h1{font-size:3.4em; color: Gainsboro; font-family: "Futura" , sans-serif; font-style: normal; font-weight: 700; }
h2{font-size:1.5em;  color: Gainsboro; font-family: 'Helvetica', sans-serif; font-style: normal; font-weight: 100; }
h3{font-size:1.5em;  color: darkslategrey; font-family: 'Helvetica' , sans-serif; font-style: regular; font-weight: 100;}
.product-heading h3 {font-size: 18px;}
.ProductEnrollment__Notice {
display: none;
}