body{font-size: 120%;}
    
    .home img{width:100%}

.title {
    background: rgba(255,255,255,0.5);
    padding: 6rem 0;
    width:100%;
}

.callout img{cursor: pointer;}

.reveal img{width:100%;}
.close-button {
    position: absolute;
    z-index: 10;
    color: #fff;
    cursor: pointer;
}

.grid-container {max-width: 65rem;}

@media print, screen and (min-width: 40em){
h1, .h1 {
    font-size: 6rem;
    text-align: center;
}
}