.landing-links {
    width: 100%;
    height: 160px;
}

.landing-links div {
    width: 50%;
    height: 100%;

    float: left;

    text-align: center;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7b435c+0,7a2449+100 */
    background: #7b435c; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #7b435c 0%, #7a2449 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #7b435c 0%,#7a2449 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #7b435c 0%,#7a2449 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b435c', endColorstr='#7a2449',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.landing-links img {
    display: block;

    margin: 0 auto;
    margin-top: 30px;
}

.landing-links span {
    display: block;

    margin-top: 24px;

    font-size: 24px;
    text-decoration: none;

    color: white;
}

@media only screen and (max-width: 770px) {
    .landing-links {
        height: 200px;
    }
}

@media only screen and (max-width: 630px) {
    .landing-links div {
        width: 100%;
        height: 50%;
        clear: both;
    }

    .landing-links {
        width: 100%;
        height: 320px;
    }
}