.landingPageMenu{
    text-align: center;
    margin: 50px 0 0;
}

.lpmItem{
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin: 2% 2%;
    position: relative;
    background: #f2f2f2;
    max-width: 550px;
}

.lpmImg{
    max-width: 100%;
    position: relative;
    z-index: 45;
}

.lpmText{
    background: url(../../images/landing-page-triangles.png) repeat top center #002c76;
    position: absolute;
    z-index: 50;
    top: 0; left: 0; right: 0;
    width: 100%;
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #f2f2f2;
    text-transform: uppercase;
    display: block;
    padding: 14px 3% 12px;
}

.lpmItem:hover .lpmImg{
    opacity: .75;
}

.lpmItem:hover .lpmText{
    background-color: #444;
}



/* responsive */

@media all and (max-width: 1000px) {
    .lpmText{font-size: 20px; line-height: 26px;}
}

@media all and (max-width: 850px) {
    .lpmItem{width: 94%;}
}
