.landing {
    font-size: 100%;
}
.landing h1 {
    text-align: center;
}
.landing h2 {
    text-align: center;
}
.landing .landing-button {
    text-align: center;
}
.landing .button-menu {
}
.landing .button-menu.button-menu-large > i {
    font-size: 140%;
    text-transform: none;
    padding: 0.75em;
}

.col-box {
    height: 100%;
    background: #eeeeee;
}
.col-box > * {
    padding: 0.5em;
}
.col-box > div {
    padding: 1em 0.75em;
}
.col-box > i {
    height: 7em;
    padding: 0;
    overflow: hidden;
    display: block;
}
.col-box > i > img {
    width: 100%
}
.starburst {
    display:block;
    width:6em;
    height:6em;
    background:#fe0;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    rotation:-45deg;
    text-align:center;
    text-decoration:none;
    color:#000;
    font-weight:bold;
    font-family:Arial, sans-serif;
    position: absolute;
    z-index: 10;
    bottom: -2em;
    right: -4em;
}
.starburst span {
    display: flex;
    align-items: center;
    width:6em;
    height:6em;
    background:#fe0;
    -webkit-transform:rotate(22.5deg);
    -moz-transform:rotate(22.5deg);
    rotation:22.5deg;
}
.starburst i {
    font-size: 75%;
    text-transform: none;
    padding: 0;
    text-align: center;
    font-weight: normal;
}
.landing .button-menu .starburst {
    bottom: -2em;
    right: -3.5em;
}
.landing .button-menu .starburst i {
    font-size: 75%;
    text-transform: none;
    padding: 0;
    text-align: center;
    height: auto;
    background:none;
    align-items: none;
    color: #000;
}

@media (min-width : 601px) {
    .landing .button-menu.button-menu-large > i {
        font-size: 150%;
    }
}

@media (min-width : 1001px) {
    .col-box > i {
        height: 9em;
    }
}
