.t-cell.va-bottom span {
    background-color: #d8e56b;
}
article{
    padding: 0 0 50px
}
.angry-brain:before{
    content: "";
    display: block;
    width: 60%;
    height: 160px;
    border-radius: 20px;
    transform: rotate(-100deg) skew(-10deg);
    background: #c7dc17;
    opacity: 0.3;
    bottom: 40%;
    left: 60%;
    position: absolute;
}
.angry-brain {
    margin: 200px auto 30px; 
}
.angry-brain h3{
    position: absolute;
    top: 35%;
    right: 10%;
    font-size: 90px;
    color: #d8e56b;
    font-weight: 600;
    font-family: andes-light;
}
html body{
    font-size: 25px;
}
img.full-width{
    width: 100%;
    height: auto;
    display: block;
}
.box-msg{
    position: absolute;
    top: 10%;
    right: 5%;
    width: 37%;
    background: rgba(38, 52, 100, 0.9);
    color: #d8e56b;
    padding: 15px;
    font-size: 42px;
    font-family: andes-light;
    font-weight: bold;
}
.box-msg span{
    display: block;
}
.box-msg .lime{
    background: #d8e56b;
    color: #1e2341;
    padding: 0 5px;
    float: left;
}
.relative{ position: relative }
.hover-menu-table { margin-top: 13%; margin-bottom: 0!important; }
.hover-menu-table img {
    width: 30%;
    margin: 25px 0;
    transition: opacity 0.4s;
}
.hover-menu-table {
    text-align: center;
    background: #1E2341;
}
.hover-menu-table .t-cell{
    vertical-align: middle;
}

.hover-menu-table .lime{
    background: #d8e56b;
}
.hover-menu-table .orange{
    background: #ed754d;
}
.hover-menu-table .sky{
    background: #50b9b4;
}
.hover-menu-table .pink{
    background: #eb5e6b;
}
.hover-menu-table a div {
    position: relative;
}
.hover-menu-table a span{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 38px;
    color: #1e2341;
    opacity: 0;
    transition: opacity 0.4s;
    text-transform: uppercase;
}

.hover-menu-table .t-row:hover span{
    opacity: 1;
}
.hover-menu-table .t-row:hover img{
    opacity: 0;
}

.hover-menu-table .t-cell.lime {
    background: #d8e56b;
    transition: background 0.3s;
    cursor: default;
}
.hover-menu-table .t-cell.blue {
    background: #1e2341;
    transition: background 0.3s;
    cursor: default;
}

.hover-menu-table .t-cell.lime:hover {
    background: #1e2341;
}
.hover-menu-table .t-cell.blue:hover {
    background: #d8e56b;
}

.hover-menu-table .t-cell .t-row { width: 100%;  }
