section {
    text-align: center;
    height: 120px!important;
    overflow: hidden;
    height: 10%;
    margin-top: 80px;
}


/* text */

.related {
    padding: 5em 0;
    clear: both;
    background: #fff;
    height: auto;
}

.related p {
    font-size: 1.5em;
}

.related>a {
    border: 1px solid #34495e;
    display: inline-block;
    text-align: center;
    margin: 20px 10px;
    padding: 25px;
}

.related a:hover {
    border-color: #566473;
    color: #566473;
}

.related a img {
    max-width: 100%;
    opacity: 0.8;
}

.related a:hover img,
.related a:active img {
    opacity: 1;
}

.related a h3 {
    margin: 0;
    padding: 0.5em 0 0.3em;
    max-width: 300px;
    text-align: left;
    font-size: 1em;
}


/* SVG wrap */

.svg-wrap {
    position: absolute;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

@media screen and (max-width: 25em) {
    .codrops-header {
        font-size: 75%;
    }
    .codrops-icon span {
        display: none;
    }
}