.card .card-image .photo.layout-vertical {
    background-color: rgba(255,255,255,.85);
    }
    
div.majorbreak {
    text-align: center;
    font-size: 100px;
    font-family: serif;
    }
    
@media screen and (max-width: 480px) {
    div.majorbreak {
        text-align: center;
        font-size: 30px;
        font-weight: heavy;
        font-family: sans-serif;
        }
}

div.no-margin-bottom {
        margin: 0 0 0 0;
}

article.no-margin-bottom {
        margin: 0 0 0 0;
}

header {
        padding: 5px;
}

div.centered-content {
        display:none;
}